|
@@ -197,7 +197,6 @@ public class dispatch extends Controller {
|
|
|
}
|
|
|
|
|
|
@API(title = "查询发货单列表", apiversion = R.ID20221114135403.v1.class)
|
|
|
- @CACHEING
|
|
|
public String queryDispatchList() throws YosException {
|
|
|
StringBuffer where = new StringBuffer(" 1=1 ");
|
|
|
if (content.containsKey("where")) {
|