|
@@ -193,7 +193,6 @@ public class RepairInfoService {
|
|
Integer status = null;
|
|
Integer status = null;
|
|
String subTitle = null;
|
|
String subTitle = null;
|
|
String title = null;
|
|
String title = null;
|
|
- List<Integer> noUserNameList = null;
|
|
|
|
String role = null;
|
|
String role = null;
|
|
if(type == 0){
|
|
if(type == 0){
|
|
status = log.getRepairStatus();
|
|
status = log.getRepairStatus();
|
|
@@ -202,10 +201,10 @@ public class RepairInfoService {
|
|
role = RepairStatusProcessComing.getByStatus(status).getRole();
|
|
role = RepairStatusProcessComing.getByStatus(status).getRole();
|
|
}
|
|
}
|
|
if(type == 1){
|
|
if(type == 1){
|
|
- status = log.getOldRepairStatus() == null ? log.getRepairStatus() :log.getOldRepairStatus() ;
|
|
|
|
|
|
+ status = log.getRepairStatus();
|
|
subTitle = RepairStatusProcessIng.getByStatus(status).getSubTitle();
|
|
subTitle = RepairStatusProcessIng.getByStatus(status).getSubTitle();
|
|
title = RepairStatusProcessIng.getByStatus(status).getTitle();
|
|
title = RepairStatusProcessIng.getByStatus(status).getTitle();
|
|
- role = RepairStatusProcessComing.getByStatus(status).getRole();
|
|
|
|
|
|
+ role = RepairStatusProcessIng.getByStatus(status).getRole();
|
|
}
|
|
}
|
|
|
|
|
|
if(StringUtils.isNotBlank(role)){
|
|
if(StringUtils.isNotBlank(role)){
|