Ver Fonte

发货单列表查询去除缓存

hu há 1 ano atrás
pai
commit
24d88b1972

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