|
|
|
@ -64,9 +64,6 @@ public class CheckReportManager {
|
|
|
|
|
.eq(TdCheckType::getCheckId, checkReportDTO.getCheckId())
|
|
|
|
|
.remove();
|
|
|
|
|
} else {
|
|
|
|
|
if(Objects.isNull(tdCheckReport.getCheckState())){
|
|
|
|
|
tdCheckReport.setCheckState("3");
|
|
|
|
|
}
|
|
|
|
|
tdCheckReport.setDepart(ShiroUtils.getSysUser().getDept().getDeptName());
|
|
|
|
|
tdCheckReport.setAdduser(ShiroUtils.getSysUser().getUserName());
|
|
|
|
|
tdCheckReport.setCreateTime(new Date());
|
|
|
|
|