浏览代码

季度价格系数新增修改添加缓存机制

hu 3 月之前
父节点
当前提交
b1a9ad39dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/custom/restcontroller/webmanage/sale/item/quarterpricenum.java

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

@@ -30,6 +30,7 @@ public class quarterpricenum extends Controller {
     }
 
     @API(title = "季度价格系数新增修改", apiversion = R.ID2025020710433903.v1.class)
+    @CACHEING_CLEAN(apiClass = {quarterpricenum.class})
     public String insertormodify_quarterpricenum() throws YosException {
 
         ArrayList<String> sqlList = new ArrayList<>();