|
|
|
@ -66,7 +66,8 @@ public class ManualAthensThread extends BaseThread { |
|
|
|
|
* 导出excel的列名 |
|
|
|
|
*/ |
|
|
|
|
private final String[] titleColumns = {"序号", "发票代码", "发票号码", "发票类型","发票状态", "开票日期","购方名称", "销方名称", "金额", "税额", |
|
|
|
|
"抵扣税额", "签收状态", "签收日期", "签收方式", "签收人","凭证号", "过账时间", "影像号", "账期", "报账单号", "报账人","所属组织"}; |
|
|
|
|
"抵扣税额", "签收状态", "签收日期", "签收方式", "签收人","凭证号", "过账时间", "影像号", "账期", "报账单号", "报账人","所属组织" |
|
|
|
|
,"暂挂状态","暂挂区间"}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -148,6 +149,8 @@ public class ManualAthensThread extends BaseThread { |
|
|
|
|
String cjjsyf = prams.getString("cjjsyf"); |
|
|
|
|
String gfTaxNo = prams.getString("gfTaxNo"); |
|
|
|
|
String bzr = prams.getString("bzr"); |
|
|
|
|
String suspendStatus = prams.getString("suspendStastus"); |
|
|
|
|
String suspendDate = prams.getString("suspendDate"); |
|
|
|
|
String inAccountStatus = prams.getString("inAccountStatus"); |
|
|
|
|
String inAccountMonth = prams.getString("inAccountMonth"); |
|
|
|
|
JSONArray companyCodeArray = prams.getJSONArray("companyCodes"); |
|
|
|
@ -158,6 +161,8 @@ public class ManualAthensThread extends BaseThread { |
|
|
|
|
pramsMap.put("bzdh",bzdh); |
|
|
|
|
pramsMap.put("bzr",bzr); |
|
|
|
|
pramsMap.put("businessCode",businessCode); |
|
|
|
|
pramsMap.put("suspendStatus",suspendStatus); |
|
|
|
|
pramsMap.put("suspendDate",suspendDate); |
|
|
|
|
List<String> gfshList = new ArrayList<>(); |
|
|
|
|
if (!StringHelper.isBlank(gfsh)) { |
|
|
|
|
gfshList = StringHelper.stringToList(gfsh); |
|
|
|
|