标签修改

This commit is contained in:
zhangheng 2024-06-25 17:54:06 +08:00
parent c8bf7350a3
commit 74e6e4ba74

View File

@ -205,6 +205,7 @@ public class LabelFieldContentServiceImpl implements ILabelFieldContentService {
return new ArrayList<>(); return new ArrayList<>();
} }
for (GroupingValue groupingValue : labelFieldContentList) { for (GroupingValue groupingValue : labelFieldContentList) {
groupingValue.setPatientId(patientId);
//获取不同的文件路径 //获取不同的文件路径
switch (groupingValue.getFieldName()) { switch (groupingValue.getFieldName()) {
case "姓名": case "姓名":