|
|
|
@ -104,6 +104,7 @@ public class FpmxExportThread extends BaseThread { |
|
|
|
|
// 应该保存的参数
|
|
|
|
|
JSONObject prams = JSONObject.parseObject(condition); |
|
|
|
|
String gfsh = prams.getString("gfsh"); |
|
|
|
|
String companyCode = prams.getString("companyCode"); |
|
|
|
|
String xfmc = prams.getString("xfmc"); |
|
|
|
|
String invoiceType = prams.getString("invoiceType"); |
|
|
|
|
String kpksrq = prams.getString("kpksrq"); |
|
|
|
@ -125,6 +126,7 @@ public class FpmxExportThread extends BaseThread { |
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
} |
|
|
|
|
pramsMap.put("xfmc", xfmc); |
|
|
|
|
pramsMap.put("companyCode", companyCode); |
|
|
|
|
if (!StringHelper.isBlank(invoiceType)) { |
|
|
|
|
if (!"99".equals(invoiceType)) { |
|
|
|
|
pramsMap.put("invoiceType", invoiceType); |
|
|
|
|