feat: 添加政策字段回显

This commit is contained in:
wxyclub
2023-09-22 09:20:16 +08:00
parent 1eb30c29ec
commit faf40538d6
@@ -431,7 +431,9 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
value = entry.getValue().toString();
List<String> valArr = Arrays.asList(value.split(","));
value = dicTypeEODao.getDicNamesByCodes(valArr,"");
entry.setValue(value);
if (value != null) {
entry.setValue(value);
}
}
}
}