1.北财付款更新接口地址改在A3WEB.xml中配置
This commit is contained in:
parent
815317cec8
commit
4870d846de
@ -19,14 +19,16 @@ 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.tenwa.reckon.util.Conn;
|
||||
|
||||
public class UpdatePaymentInfo {
|
||||
private String Ids;
|
||||
public String action(List<Map<String,String>> requests) {
|
||||
public String action(List<Map<String,String>> requests) throws Exception {
|
||||
String resulst="FAIL";
|
||||
JBOTransaction bcLogs = null;
|
||||
String url= "http://219.141.202.98:8000/UpdateStatusService/NFS.Business.UpdateStatusService.ServicesImpl.UpdateStatus.svc";
|
||||
Configure config = Configure.getInstance();
|
||||
String url = config.getConfigure("BC_URL") ;
|
||||
IUpdateStatusProxy Iudsp = new IUpdateStatusProxy(url);
|
||||
Request request = new Request();
|
||||
List<Application> requestList = new ArrayList<Application>();
|
||||
@ -114,7 +116,7 @@ public class UpdatePaymentInfo {
|
||||
}
|
||||
return resulst;
|
||||
}
|
||||
public String requestAndAction (JBOTransaction tx){
|
||||
public String requestAndAction (JBOTransaction tx) throws Exception{
|
||||
Conn conn = new Conn(tx);
|
||||
String sql = "select project_no,customername,certid,fact_money from BC_PAY_INFO_LOG where ID in(?)";
|
||||
List<Map<String, String>> requests = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user