|
|
|
@ -114,6 +114,7 @@ public class JkszhcxExportThread extends BaseThread { |
|
|
|
|
// 应该保存的参数
|
|
|
|
|
JSONObject prams = JSONObject.parseObject(condition); |
|
|
|
|
String gfsh = prams.getString("gfsh"); |
|
|
|
|
String companyCode = prams.getString("companyCode"); |
|
|
|
|
String customsCode = prams.getString("customsCode"); |
|
|
|
|
String fillInStartDate = prams.getString("fillInStartDate"); |
|
|
|
|
String fillInEndDate = prams.getString("fillInEndDate"); |
|
|
|
@ -141,13 +142,8 @@ public class JkszhcxExportThread extends BaseThread { |
|
|
|
|
pramsMap.put("dbName", dbName); |
|
|
|
|
pramsMap.put("business", businesses); |
|
|
|
|
|
|
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
|
if (!StringHelper.isBlank(gfsh)) { |
|
|
|
|
gfshList = StringHelper.stringToList(gfsh); |
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
} else { |
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
} |
|
|
|
|
pramsMap.put("gfsh", gfsh); |
|
|
|
|
pramsMap.put("companyCode", companyCode); |
|
|
|
|
if (!StringHelper.isBlank(customsCode)) { |
|
|
|
|
pramsMap.put("customsCode", customsCode); |
|
|
|
|
} |
|
|
|
|