|
|
@@ -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")) {
|