|
@@ -22,7 +22,7 @@ public class FIRP0214 extends QCCatalogue {
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
String dischargeTime = firstpageStructureMap.get(Content.work_unit_zipcode);
|
|
String dischargeTime = firstpageStructureMap.get(Content.work_unit_zipcode);
|
|
- if (StringUtil.isBlank(dischargeTime) || "—".equals(dischargeTime)) {
|
|
|
|
|
|
+ if (StringUtil.isBlank(dischargeTime)) {
|
|
status.set("-1");
|
|
status.set("-1");
|
|
}
|
|
}
|
|
|
|
|