Browse Source

Merge branch 'develop' into develop-green

hu 2 years ago
parent
commit
6d8da72f28
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")) {