hu hace 2 años
padre
commit
db515b11c7

+ 1 - 1
src/custom/restcontroller/sale/creditbill/creditbilldetail.java

@@ -23,7 +23,7 @@ public class creditbilldetail extends Controller {
         // TODO Auto-generated constructor stub
     }
 
-    @API(title = "信用额度调整单表体新增更新", apiversion = R.ID20230104100203.v1.class,intervaltime = 5000)
+    @API(title = "信用额度调整单表体新增更新", apiversion = R.ID20230104100203.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiversions = {R.ID20221008164203.v1.class, R.ID20230104100903.v1.class})
     public String insertormodify_creditbilldetail() throws YosException {
         Long sa_creditbillid = content.getLong("sa_creditbillid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/aftersalesmag/aftersalesmagItems.java

@@ -71,7 +71,7 @@ public class aftersalesmagItems extends Controller {
         return getSucReturnObject().setData(rows).toString();
     }
 
-    @API(title = "新建或修改返退单商品明细", apiversion = R.ID20230105111003.v1.class,intervaltime = 5000)
+    @API(title = "新建或修改返退单商品明细", apiversion = R.ID20230105111003.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiversions = {R.ID20230105111103.v1.class, R.ID20230105110903.class, R.ID20230104160703.v1.class, R.ID20230104160603.v1.class})
     public String insertormodify_aftersalesmagItems() throws YosException {
         Long sa_aftersalesmagid = content.getLong("sa_aftersalesmagid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/customscheme/customschemeItems.java

@@ -88,7 +88,7 @@ public class customschemeItems  extends Controller {
         return getSucReturnObject().setData(jsonArray).toString();
     }
 
-    @API(title = "新建或修改商品定制方案明细", apiversion = R.ID20230321155503.v1.class,intervaltime = 5000)
+    @API(title = "新建或修改商品定制方案明细", apiversion = R.ID20230321155503.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiClass = {customschemeItems.class})
     public String insertormodify_customschemeItems() throws YosException {
         Long sa_customschemeid = content.getLong("sa_customschemeid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/dispatchItems.java

@@ -119,7 +119,7 @@ public class dispatchItems extends Controller {
         return getSucReturnObject().setData(rows).toString();
     }
 
-    @API(title = "新建或修改发货单商品明细", apiversion = R.ID20221115104603.v1.class,intervaltime = 5000)
+    @API(title = "新建或修改发货单商品明细", apiversion = R.ID20221115104603.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiClass = {dispatchItems.class, dispatch.class})
     public String insertormodify_dispatchItems() throws YosException {
         Long sa_dispatchid = content.getLong("sa_dispatchid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/order/OrderItems.java

@@ -50,7 +50,7 @@ public class OrderItems extends Controller {
         super(content);
     }
 
-    @API(title = "新增或更新", apiversion = R.ID20221109093602.v1.class,intervaltime = 5000)
+    @API(title = "新增或更新", apiversion = R.ID20221109093602.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiClass = {Order.class, OrderItems.class, restcontroller.sale.order.Order.class, ToolBill.class})
     public String insertOrUpdate() throws YosException {
         Long sa_orderid = content.getLong("sa_orderid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/promotion/promotionItemPrice.java

@@ -24,7 +24,7 @@ public class promotionItemPrice extends Controller {
         // TODO Auto-generated constructor stub
     }
 
-    @API(title = "促销方案商品价格更新", apiversion = R.ID20230102163003.v1.class,intervaltime = 5000)
+    @API(title = "促销方案商品价格更新", apiversion = R.ID20230102163003.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiversions = {R.ID20230102163103.v1.class})
     public String modify_promotionItemPrice() throws YosException {
         Long sa_promotionid = content.getLong("sa_promotionid");

+ 1 - 1
src/custom/restcontroller/webmanage/sale/promotion/promotionItems.java

@@ -103,7 +103,7 @@ public class promotionItems extends Controller {
         return getSucReturnObject().setData(rows).toString();
     }
 
-    @API(title = "促销方案商品新增更新", apiversion = R.ID20230102142403.v1.class,intervaltime = 5000)
+    @API(title = "促销方案商品新增更新", apiversion = R.ID20230102142403.v1.class,intervaltime = 2000)
     @CACHEING_CLEAN(apiversions = {R.ID20230102142503.v1.class, R.ID20230102144603.v1.class,
             R.ID20230102163103.v1.class})
     public String insertormodify_promotionItems() throws YosException {