|
|
@ -138,13 +138,7 @@ public class FpzhcxmxExportThread extends BaseThread { |
|
|
|
Map<String, Object> pramsMap = new HashMap<>(31); |
|
|
|
Map<String, Object> pramsMap = new HashMap<>(31); |
|
|
|
pramsMap.put("dbName", dbName); |
|
|
|
pramsMap.put("dbName", dbName); |
|
|
|
pramsMap.put("business", businesses); |
|
|
|
pramsMap.put("business", businesses); |
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
pramsMap.put("gfsh", gfsh); |
|
|
|
if (!StringHelper.isBlank(gfsh)) { |
|
|
|
|
|
|
|
gfshList = StringHelper.stringToList(gfsh); |
|
|
|
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (!StringHelper.isBlank(invoiceType)) { |
|
|
|
if (!StringHelper.isBlank(invoiceType)) { |
|
|
|
if (!"99".equals(invoiceType)) { |
|
|
|
if (!"99".equals(invoiceType)) { |
|
|
|
pramsMap.put("invoiceType", invoiceType); |
|
|
|
pramsMap.put("invoiceType", invoiceType); |
|
|
|