|
|
|
|
@ -84,7 +84,7 @@ public class NegativeService extends ServiceImpl<NegativeMapper, Negative> {
|
|
|
|
|
negativeDto.setInvolveProblem(dataDistribute.getInvolveProblem()); |
|
|
|
|
negativeDto.setResponderName(vo.getRecord().getWarningSupervision()); |
|
|
|
|
negativeDto.setContactPhone(null); |
|
|
|
|
negativeDto.setThingDesc(x.getRemark()); |
|
|
|
|
negativeDto.setThingDesc("项目名称: " + project.getReportName() +",存在问题:" +x.getRemark() + ",请及时查收并在规定时限内完成整改。"); |
|
|
|
|
|
|
|
|
|
SupDepart depart = departService.getById(project.getProjectUnitId()); |
|
|
|
|
if (DepartLevelEnum.SECOND.getValue().equals(depart.getLevel())) { |
|
|
|
|
|