update
This commit is contained in:
@@ -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();
|
||||
//待校对
|
||||
|
||||
Reference in New Issue
Block a user