eganwu 2 lat temu
rodzic
commit
9478493c97

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

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