This commit is contained in:
ls
2024-12-14 14:02:03 +08:00
parent 54d2c758e1
commit f3c8b66533

View File

@@ -257,6 +257,9 @@ public class ExperimentReportController extends JeecgController<ExperimentReport
// 根据用户名查询用户信息
SysUser sysUser = sysUserService.getUserByName(username);
ExperimentReport report = experimentReportService.getById(experimentReport.getId());
if (StringUtils.isNotBlank(experimentReport.getMemo())){
report.setMemo(experimentReport.getMemo());
}
//校对员
String requestStatus = experimentReport.getStatus();
//待校对