|
@@ -1091,7 +1091,7 @@ public class TrialSelfInspectionRecordServiceImpl extends BaseServiceImpl<TrialS
|
|
|
//------初始编号信息------
|
|
|
this.initBuildNumber(dto);
|
|
|
}
|
|
|
- //this.saveOrUpdate(dto);
|
|
|
+ this.saveOrUpdate(dto);
|
|
|
if (ObjectUtil.isNotEmpty(dto.getId())) {
|
|
|
//------获取最新试验记录------
|
|
|
TrialSelfInspectionRecord obj = baseMapper.selectById(dto.getId());
|
|
@@ -1120,7 +1120,6 @@ public class TrialSelfInspectionRecordServiceImpl extends BaseServiceImpl<TrialS
|
|
|
//修改项目节点基础信息
|
|
|
jdbcTemplate.update("update u_entrust_info set sample_status=4 where id ='"+dto.getEntrustId()+"'");
|
|
|
}
|
|
|
-
|
|
|
return dto.getId().toString();
|
|
|
}
|
|
|
|