feat: There is no way the, x

This commit is contained in:
super_liu
2022-03-24 23:44:50 +08:00
parent 7c99eebac7
commit ed3882149a
@@ -1583,11 +1583,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
} }
getAttrMap.putAll(newMap); getAttrMap.putAll(newMap);
} }
if (getAttrMap != null && !getAttrMap.isEmpty()) {
row.setAttrInfoCaseMap(transformUpperCase(getAttrMap));
}
row.setAttrInfoMap(getAttrMap); row.setAttrInfoMap(getAttrMap);
} }
} }