|
@@ -1523,7 +1523,7 @@ public class WorkFullManageController extends BaseController {
|
|
|
}else{
|
|
|
data.put("signRemarks","");
|
|
|
}
|
|
|
- if (projectReportDataTwo.getStatus().equals("5")){
|
|
|
+ if ("5".equals(projectReportDataTwo.getStatus())){
|
|
|
User user1=UserUtils.get(projectReportDataTwo.getBzshbUserId());
|
|
|
if (StringUtils.isNotBlank(user1.getName())){
|
|
|
data.put("signName",user1.getName());
|