소스 검색

发货单列表查询去除缓存

hu 1 년 전
부모
커밋
24d88b1972
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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")) {