Merge remote-tracking branch 'origin/main'

This commit is contained in:
Euni4U 2025-03-18 18:07:40 +08:00
commit 70e6bdae6c

View File

@ -156,7 +156,7 @@ public class InspectPatientitemsServiceImpl implements InspectPatientitemsServic
// 执行更新操作
patientitemsMapper.update(updateWrapper);
str.append(reqVO.getItemResult()).append(":").append(reqVO.getAnalyse()).append(";");
str.append("").append(reqVO.getGroupname()).append("").append(reqVO.getItemName()).append("=>").append(reqVO.getAnalyse()).append(";");
}
//2.更新汇总分析
LambdaUpdateWrapper<InspectPatientDO> lambdaUpdateWrapper = new LambdaUpdateWrapper<>();