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