apiCode修改
This commit is contained in:
parent
59c7d33ecd
commit
b9a51e2681
|
@ -60,7 +60,7 @@ public class FundsAllocationPluginServiceImpl implements IFundsAllocationPluginS
|
|||
if (null != formmainData){
|
||||
//税务系统id,这个字段不为空时表示是税务推过来的单子
|
||||
String field0061 = formmainData.getString("field0061");
|
||||
//税务系统批次号
|
||||
//司库系统批次号
|
||||
String field0063 = formmainData.getString("field0063");
|
||||
if (StrUtil.isNotEmpty(field0061) || StrUtil.isNotEmpty(field0063)){
|
||||
//查询审批意见
|
||||
|
@ -75,7 +75,7 @@ public class FundsAllocationPluginServiceImpl implements IFundsAllocationPluginS
|
|||
String param = "";//参数
|
||||
if (StrUtil.isNotEmpty(field0061)){
|
||||
appId = "800060";
|
||||
apiCode = "8000600009";
|
||||
apiCode = "8000600008";
|
||||
//税务
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
jsonObject.put("transferOrderNumber",field0061);
|
||||
|
|
Loading…
Reference in New Issue