|
|
@ -254,7 +254,7 @@ public class OaSrmVendorCheckAction extends BaseBean implements Action, EsbServe
|
|
|
|
int index = 0;
|
|
|
|
int index = 0;
|
|
|
|
logger_a864d799.error(String.valueOf("1111111111111111111" ));
|
|
|
|
logger_a864d799.error(String.valueOf("1111111111111111111" ));
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem[] items = new OaSrmVendorPropmtionServiceServiceStub.OaInItem[dtcount];
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem[] items = new OaSrmVendorPropmtionServiceServiceStub.OaInItem[dtcount];
|
|
|
|
logger_a864d799.error(String.valueOf("22222222222222"), Arrays.toString(items));
|
|
|
|
logger_a864d799.error(String.valueOf("22222222222222"+Arrays.toString(items)));
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
|
logger_a864d799.error(String.valueOf("33333333333333333333"));
|
|
|
|
logger_a864d799.error(String.valueOf("33333333333333333333"));
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem item = new OaSrmVendorPropmtionServiceServiceStub.OaInItem();
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem item = new OaSrmVendorPropmtionServiceServiceStub.OaInItem();
|
|
|
@ -265,10 +265,11 @@ public class OaSrmVendorCheckAction extends BaseBean implements Action, EsbServe
|
|
|
|
items[index] = item;
|
|
|
|
items[index] = item;
|
|
|
|
index++;
|
|
|
|
index++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
logger_a864d799.error(String.valueOf("4444444444"), Arrays.toString(items));
|
|
|
|
logger_a864d799.error(String.valueOf("4444444444"+Arrays.toString(items)));
|
|
|
|
oainputvendor.setItems(items);
|
|
|
|
oainputvendor.setItems(items);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// CallSrmServices srm = new CallSrmServices();
|
|
|
|
// CallSrmServices srm = new CallSrmServices();
|
|
|
|
|
|
|
|
logger_a864d799.error(String.valueOf("55555555555"+oainputvendor));
|
|
|
|
srm.setOainputvendor(oainputvendor);
|
|
|
|
srm.setOainputvendor(oainputvendor);
|
|
|
|
String[] rtInfo = srm.call();
|
|
|
|
String[] rtInfo = srm.call();
|
|
|
|
logger_a864d799.error(String.valueOf("调用接口完成RequestId--" + rtInfo[0] + "--Istat--" + rtInfo[1] + "--Srmsage--" + rtInfo[2]));
|
|
|
|
logger_a864d799.error(String.valueOf("调用接口完成RequestId--" + rtInfo[0] + "--Istat--" + rtInfo[1] + "--Srmsage--" + rtInfo[2]));
|
|
|
|