@@ -338,6 +338,8 @@ public class OrderController {
orderParam.setUserAttrType("1");//默认查询正常人员属性
}
if (orderParam.getChannelIdList().contains(0L)) {
+ //当渠道为全部的时候,人员属性传0-全部
+ orderParam.setUserAttrType("0");
Long userId = null;
try {
userId = SecurityUtils.getSysUser().getUserId();