1.招商银联登陆名称改为由配置文件中读取。
This commit is contained in:
parent
831dd4180a
commit
eda5a6137c
@ -12,6 +12,7 @@ import com.amarsoft.are.jbo.JBOException;
|
||||
import com.amarsoft.are.jbo.JBOFactory;
|
||||
import com.amarsoft.are.jbo.JBOTransaction;
|
||||
import com.amarsoft.are.util.StringFunction;
|
||||
import com.amarsoft.awe.Configure;
|
||||
import com.amarsoft.awe.util.Transaction;
|
||||
import com.tenwa.flow.action.comm.BaseFlowStartAction;
|
||||
import com.tenwa.sdk.VO.SDKCheckCallBackVO;
|
||||
@ -98,8 +99,10 @@ public class CmbToCallbackController extends BaseFlowStartAction {
|
||||
//安鹏要求采用固定写死值。
|
||||
//String LGNNAM = accountBo.getAttribute("OWN_NAME").toString();
|
||||
|
||||
String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "银企直连测试用户113";
|
||||
Configure config = Configure.getInstance();
|
||||
String LGNNAM = config.getConfigure("LGNNAM");
|
||||
String FUNNAM = "NTSTLINF";
|
||||
int DATTYP = 2;
|
||||
|
||||
|
||||
@ -15,6 +15,7 @@ import com.amarsoft.are.jbo.BizObjectManager;
|
||||
import com.amarsoft.are.jbo.BizObjectQuery;
|
||||
import com.amarsoft.are.jbo.JBOFactory;
|
||||
import com.amarsoft.are.jbo.JBOTransaction;
|
||||
import com.amarsoft.awe.Configure;
|
||||
import com.tenwa.flow.action.comm.BaseFlowStartAction;
|
||||
import com.tenwa.sdk.VO.SDKDcPayReqxVO;
|
||||
import com.tenwa.sdk.VO.SDKInfoVO;
|
||||
@ -129,10 +130,12 @@ public class CmbToPayController extends BaseFlowStartAction {
|
||||
* 付款申请基础信息定义######开始
|
||||
*/
|
||||
|
||||
//安鹏要求采用固定写死值。
|
||||
//安鹏要求改为从配置文件中读取。
|
||||
//String LGNNAM = accountBo.getAttribute("OWN_NAME").toString();
|
||||
String LGNNAM = "安鹏经办";
|
||||
// String LGNNAM = "银企直连测试用户113";
|
||||
// String LGNNAM = "安鹏经办";
|
||||
// String LGNNAM = "银企直连测试用户113";
|
||||
Configure config = Configure.getInstance();
|
||||
String LGNNAM = config.getConfigure("LGNNAM");
|
||||
String FUNNAM = "DCPAYREQ";
|
||||
int DATTYP = 2;
|
||||
String BUSMOD = "00001"; //默认参数 请按照实际情况谨慎修改
|
||||
|
||||
@ -15,6 +15,7 @@ import com.amarsoft.are.jbo.BizObjectManager;
|
||||
import com.amarsoft.are.jbo.BizObjectQuery;
|
||||
import com.amarsoft.are.jbo.JBOFactory;
|
||||
import com.amarsoft.are.jbo.JBOTransaction;
|
||||
import com.amarsoft.awe.Configure;
|
||||
import com.tenwa.flow.action.comm.BaseFlowStartAction;
|
||||
import com.tenwa.sdk.VO.SDKCheckCallBackVO;
|
||||
import com.tenwa.sdk.VO.SDKCheckCallDetail;
|
||||
@ -107,8 +108,10 @@ public class PayController extends BaseFlowStartAction {
|
||||
}
|
||||
//安鹏要求采用固定写死值。
|
||||
//String LGNNAM = accountBo.getAttribute("OWN_NAME").toString();
|
||||
String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "银企直连测试用户113";
|
||||
Configure config = Configure.getInstance();
|
||||
String LGNNAM = config.getConfigure("LGNNAM");
|
||||
String FUNNAM = "NTSTLINF";
|
||||
int DATTYP = 2;
|
||||
|
||||
@ -236,8 +239,10 @@ public class PayController extends BaseFlowStartAction {
|
||||
}
|
||||
//安鹏要求采用固定写死值。
|
||||
//String LGNNAM = accountBo.getAttribute("OWN_NAME").toString();
|
||||
String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "°²Åô¾°ì";
|
||||
// String LGNNAM = "银企直连测试用户113";
|
||||
Configure config = Configure.getInstance();
|
||||
String LGNNAM = config.getConfigure("LGNNAM");
|
||||
String FUNNAM = "DCPAYREQ";
|
||||
int DATTYP = 2;
|
||||
String BUSMOD = "00001"; //默认参数 请按照实际情况谨慎修改
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user