物料对称修改

This commit is contained in:
lvleigang 2025-05-20 13:38:11 +08:00
parent b5f9136b7f
commit d90f5451d6
1 changed files with 4 additions and 2 deletions

View File

@ -272,6 +272,7 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
queryParams.put("kprqq",dataTime); queryParams.put("kprqq",dataTime);
queryParams.put("kprqz",dataTime); queryParams.put("kprqz",dataTime);
queryParams.put("taxNo",taxNo); queryParams.put("taxNo",taxNo);
queryParams.put("approvalStatus",1);
dayabody.put("queryParams",queryParams); dayabody.put("queryParams",queryParams);
if(flags) { if(flags) {
Map<String, Object> parametersMap = new HashMap<>(); Map<String, Object> parametersMap = new HashMap<>();
@ -841,7 +842,8 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
**/ **/
@Override @Override
public JsonResultEntity sendFinancialReportPlugin(JSONObject requestJson) { public JsonResultEntity sendFinancialReportPlugin(JSONObject requestJson) {
//String qwewq = "{\"headers\":\"{\\\"formApp\\\":\\\"99999999999999999999_onProcessFinished\\\",\\\"plugId\\\":\\\"FinancialReportPlugin\\\"}\",\"jsonStr\":\"{\\r\\n\\t\\\"affairId\\\": -4741173599500744000,\\r\\n\\t\\\"businessDataStr\\\": \\\"{\\\\\\\"ztCode\\\\\\\":\\\\\\\"X0644\\\\\\\",\\\\\\\"taxNo\\\\\\\":\\\\\\\"BT23239dN23232\\\\\\\",\\\\\\\"dataType\\\\\\\":2,\\\\\\\"period\\\\\\\":\\\\\\\"2025-06\\\\\\\",\\\\\\\"taskNo\\\\\\\":\\\\\\\"231423332145344311\\\\\\\"}\\\",\\r\\n\\t\\\"formApp\\\": \\\"99999999999999999999\\\",\\r\\n\\t\\\"summaryId\\\": 6464011607627156000,\\r\\n\\t\\\"currentActivityId\\\": \\\"17416866229614\\\",\\r\\n\\t\\\"eventType\\\": \\\"onProcessFinished\\\",\\r\\n\\t\\\"id\\\": -2019827486750716200\\r\\n}\",\"eventType\":\"onProcessFinished\",\"formAppId\":\"99999999999999999999\"}";
//requestJson = JSONObject.parseObject(qwewq);
logger.error("财报数据推送入参"+requestJson.toJSONString()); logger.error("财报数据推送入参"+requestJson.toJSONString());
JSONObject jsonStr = requestJson.getJSONObject("jsonStr"); JSONObject jsonStr = requestJson.getJSONObject("jsonStr");
JSONObject businessDataStr = jsonStr.getJSONObject("businessDataStr"); JSONObject businessDataStr = jsonStr.getJSONObject("businessDataStr");
@ -946,7 +948,7 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
* @return com.hzya.frame.web.entity.JsonResultEntity * @return com.hzya.frame.web.entity.JsonResultEntity
**/ **/
private JsonResultEntity sendFinancialReport(String ztbm ,String cjzq,String rwbm) { private JsonResultEntity sendFinancialReport(String ztbm ,String cjzq,String rwbm) {
logger.error("财报数据推送入参"+ztbm+","+cjzq+","+rwbm); logger.error("财报数据推送入参1"+ztbm+","+cjzq+","+rwbm);
String access_token = ""; String access_token = "";
if(flags){ if(flags){