bug修改

This commit is contained in:
张佳炜 2025-03-18 15:53:53 +08:00
parent 2e153843d8
commit 35917ded0b

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<>();