|
@@ -335,6 +335,9 @@ public class RepairApplicationFormServiceImpl extends BaseServiceImpl<RepairAppl
|
|
|
record.setUserId(userInfo.getUserId());
|
|
|
statusList.add(RepairApplicationFormStatusEnum.NOT_ACCEPTANCE.getValue());
|
|
|
}else if(record.getSearchType() == -1){// 全部工单
|
|
|
+ if(record.getStatus() != null){
|
|
|
+ statusList.add(record.getStatus());
|
|
|
+ }
|
|
|
// 根据用户的角色来定
|
|
|
StringBuilder roleCodes = new StringBuilder();
|
|
|
userInfo.getRoleCodes().forEach(item-> {
|