Ver código fonte

订单列表去掉缓存

eganwu 3 anos atrás
pai
commit
bc126e0b9c

+ 0 - 1
src/custom/restcontroller/sale/order/Order.java

@@ -26,7 +26,6 @@ public class Order extends Controller {
     }
     }
 
 
     @API(title = "查询订单列表(经销商)", apiversion = R.ID20221224180302.v1.class)
     @API(title = "查询订单列表(经销商)", apiversion = R.ID20221224180302.v1.class)
-    @CACHEING
     public String selectList() throws YosException, IOException {
     public String selectList() throws YosException, IOException {
         StringBuffer where = new StringBuffer(" 1=1 ");
         StringBuffer where = new StringBuffer(" 1=1 ");
         if (content.containsKey("where")) {
         if (content.containsKey("where")) {

+ 0 - 2
src/custom/restcontroller/webmanage/sale/order/Order.java

@@ -480,7 +480,6 @@ public class Order extends Controller {
     }
     }
 
 
     @API(title = "查询订单列表(管理端)", apiversion = R.ID20230105143002.v1.class)
     @API(title = "查询订单列表(管理端)", apiversion = R.ID20230105143002.v1.class)
-    @CACHEING
     public String selectListManage() throws YosException, IOException {
     public String selectListManage() throws YosException, IOException {
         StringBuffer where = new StringBuffer(" 1=1 ");
         StringBuffer where = new StringBuffer(" 1=1 ");
         if (content.containsKey("where")) {
         if (content.containsKey("where")) {
@@ -619,7 +618,6 @@ public class Order extends Controller {
     }
     }
 
 
     @API(title = "查询订单列表(业务员)", apiversion = R.ID20221111145202.v1.class)
     @API(title = "查询订单列表(业务员)", apiversion = R.ID20221111145202.v1.class)
-    @CACHEING
     public String selectList() throws YosException, IOException {
     public String selectList() throws YosException, IOException {
         StringBuffer where = new StringBuffer(" 1=1 ");
         StringBuffer where = new StringBuffer(" 1=1 ");
         if (content.containsKey("where")) {
         if (content.containsKey("where")) {