Browse Source

取消缓存设置

shenjingwei 2 weeks ago
parent
commit
2e0252079a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/custom/restcontroller/webmanage/sale/sendplan/sendplan.java

+ 0 - 3
src/custom/restcontroller/webmanage/sale/sendplan/sendplan.java

@@ -21,7 +21,6 @@ public class sendplan extends Controller {
     }
 
     @API(title = "发货计划新增更新", apiversion = R.ID2025032708594903.v1.class)
-    @CACHEING_CLEAN(apiClass = {sendplan.class})
     public String insertormodify_sendplan() throws YosException {
 
         ArrayList<String> sqlList = new ArrayList<>();
@@ -72,7 +71,6 @@ public class sendplan extends Controller {
         return querysendplanMain();
     }
     @API(title = "发货计划列表", apiversion = R.ID2025032709040403.v1.class)
-    @CACHEING
     public String querysendplanList() throws YosException {
         /*
           过滤条件设置
@@ -113,7 +111,6 @@ public class sendplan extends Controller {
     }
 
     @API(title = "发货计划明细", apiversion = R.ID2025032709024503.v1.class)
-    @CACHEING
     public String querysendplanMain() throws YosException {
         QuerySQL querySQL = SQLFactory.createQuerySQL(this, "sa_sendplan");
         querySQL.setTableAlias("t1");