Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, bug #52293

See merge request LiuChao/foton-slrs-system-rest!446
This commit is contained in:
super_liu
2022-04-07 14:40:53 +08:00
@@ -410,6 +410,7 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
for (SarLawsStandInfo row : sarlist) {
attrInfoDetails(row);
row.setLawsType(filterValue(dicMap,row.getLawsType()));
row.setLawsSyqy(filterValue(dicMap,row.getLawsSyqy()));
row.setLawsSycx(filterValue(dicMap,row.getLawsSycx()));
row.setLawsLabel(filterValue(dicMap,row.getLawsLabel()));