Browse Source

发货单列表查询去除缓存

hu 1 year ago
parent
commit
24d88b1972
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

+ 0 - 1
src/custom/restcontroller/webmanage/sale/dispatch/dispatch.java

@@ -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")) {