Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, x

See merge request LiuChao/foton-slrs-system-rest!426
This commit is contained in:
super_liu
2022-03-24 23:45:47 +08:00
@@ -1583,11 +1583,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
}
getAttrMap.putAll(newMap);
}
if (getAttrMap != null && !getAttrMap.isEmpty()) {
row.setAttrInfoCaseMap(transformUpperCase(getAttrMap));
}
row.setAttrInfoMap(getAttrMap);
}
}