企标导出

This commit is contained in:
yuezhihang
2022-03-28 14:07:52 +08:00
parent 4807ecde20
commit a9d17700d2
2 changed files with 13 additions and 2 deletions
@@ -138,6 +138,15 @@ public class BussStandExportUtil {
}
}
break;
case "备案日期":
String field2 = attrInfoMap.get(name);
if (attrValueMap != null) {
value = String.valueOf(attrValueMap.get(field2));
if (value.length()>10){
value = value.substring(0,10);
}
}
break;
default:
String field = attrInfoMap.get(name);
if (attrValueMap != null) {