feat: There is no way the, bug #52285
This commit is contained in:
+8
-3
@@ -373,9 +373,9 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
|
||||
getAttrMap.putAll(newMap);
|
||||
}
|
||||
|
||||
if (getAttrMap != null && !getAttrMap.isEmpty()) {
|
||||
row.setAttrInfoCaseMap(transformUpperCase(getAttrMap));
|
||||
}
|
||||
// if (getAttrMap != null && !getAttrMap.isEmpty()) {
|
||||
// row.setAttrInfoCaseMap(transformUpperCase(getAttrMap));
|
||||
// }
|
||||
|
||||
row.setAttrInfoMap(getAttrMap);
|
||||
}
|
||||
@@ -598,6 +598,11 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
|
||||
|
||||
for(SarLawsStandInfoExport row : sarlist){
|
||||
attrInfoDetailsExport(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()));
|
||||
row.setLawsYear(filterValue(dicMap,row.getLawsYear()));
|
||||
Map<String, Object> getAttrMap = row.getAttrInfoMap();
|
||||
Map<String, Object> getNewMap = new LinkedHashMap<>();
|
||||
if (getAttrMap != null && getAttrMap.size() > 0) {
|
||||
|
||||
Reference in New Issue
Block a user