|
|
@@ -847,7 +847,7 @@ public class Order extends Controller {
|
|
|
@API(title = "查询订单列表(区域经理)", apiversion = R.ID20231025160203.v1.class)
|
|
|
@CACHEING
|
|
|
public String selectListManage_regionalManager() throws YosException, IOException {
|
|
|
- StringBuffer where = new StringBuffer(" 1=1 ");
|
|
|
+ StringBuffer where = new StringBuffer(" 1=1 and t1.status !='新建' ");
|
|
|
if (content.containsKey("where")) {
|
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|