交叉审核bug修复
This commit is contained in:
@@ -411,6 +411,9 @@ public class SampleAnalysisAuditServiceImpl implements SampleAnalysisAuditServic
|
||||
if (saveBusinessSubSampleAssessmentDOList.size() > 0) {
|
||||
businessSubSampleAssessmentMapper.insertBatch(saveBusinessSubSampleAssessmentDOList);
|
||||
}
|
||||
if (updateBusinessSubSampleAssessmentDOList.size() > 0) {
|
||||
businessSubSampleAssessmentMapper.updateBatch(updateBusinessSubSampleAssessmentDOList);
|
||||
}
|
||||
|
||||
//插入双杯判定记录
|
||||
// if (businessTeamAssessmentDOList.size() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user