|
|
@ -56,7 +56,7 @@ public class CheckReportManager {
|
|
|
|
tdCheckReport.setCheckState("2");
|
|
|
|
tdCheckReport.setCheckState("2");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tdCheckReport.setDepart(ShiroUtils.getSysUser().getDept().getDeptName());
|
|
|
|
tdCheckReport.setDepart(ShiroUtils.getSysUser().getDept().getDeptName());
|
|
|
|
tdCheckReport.setAdduser(ShiroUtils.getSysUser().getLoginName());
|
|
|
|
tdCheckReport.setAdduser(ShiroUtils.getSysUser().getUserName());
|
|
|
|
tdCheckReport.setCreateTime(new Date());
|
|
|
|
tdCheckReport.setCreateTime(new Date());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
checkReportService.saveOrUpdate(tdCheckReport);
|
|
|
|
checkReportService.saveOrUpdate(tdCheckReport);
|
|
|
|