|
|
@ -125,6 +125,13 @@ public class QypcsmkpExportThread extends BaseThread { |
|
|
|
String gfTaxNo = prams.getString("gfTaxNo"); |
|
|
|
String gfTaxNo = prams.getString("gfTaxNo"); |
|
|
|
String gfsh = prams.getString("gfsh"); |
|
|
|
String gfsh = prams.getString("gfsh"); |
|
|
|
prams.put("gfsh", gfsh); |
|
|
|
prams.put("gfsh", gfsh); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (prams.get("accountPeriod") != null && !"".equals(prams.getString("accountPeriod"))) { |
|
|
|
|
|
|
|
String accountPeriod = prams.getString("accountPeriod").substring(0,7); |
|
|
|
|
|
|
|
prams.put("accountPeriod", accountPeriod); |
|
|
|
|
|
|
|
log.info("accountPeriod:{}",accountPeriod); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
if (!StringHelper.isBlank(gfsh)) { |
|
|
|
if (!StringHelper.isBlank(gfsh)) { |
|
|
|
gfshList = StringHelper.stringToList(gfsh); |
|
|
|
gfshList = StringHelper.stringToList(gfsh); |
|
|
|