|
|
|
@ -252,8 +252,11 @@ public class OaSrmVendorCheckAction extends BaseBean implements Action, EsbServe
|
|
|
|
|
logger_a864d799.error(String.valueOf("dtcount+++++" + dtcount));
|
|
|
|
|
if (dtcount > 0) {
|
|
|
|
|
int index = 0;
|
|
|
|
|
logger_a864d799.error(String.valueOf("1111111111111111111" ));
|
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem[] items = new OaSrmVendorPropmtionServiceServiceStub.OaInItem[dtcount];
|
|
|
|
|
logger_a864d799.error(String.valueOf("22222222222222"), Arrays.toString(items));
|
|
|
|
|
while (rs.next()) {
|
|
|
|
|
logger_a864d799.error(String.valueOf("33333333333333333333"));
|
|
|
|
|
OaSrmVendorPropmtionServiceServiceStub.OaInItem item = new OaSrmVendorPropmtionServiceServiceStub.OaInItem();
|
|
|
|
|
item.setCompanyCode(Util.null2String(rs.getString("gsbm")));
|
|
|
|
|
item.setCompanyName(Util.null2String(rs.getString("gsmc")));
|
|
|
|
@ -262,6 +265,7 @@ public class OaSrmVendorCheckAction extends BaseBean implements Action, EsbServe
|
|
|
|
|
items[index] = item;
|
|
|
|
|
index++;
|
|
|
|
|
}
|
|
|
|
|
logger_a864d799.error(String.valueOf("4444444444"), Arrays.toString(items));
|
|
|
|
|
oainputvendor.setItems(items);
|
|
|
|
|
}
|
|
|
|
|
// CallSrmServices srm = new CallSrmServices();
|
|
|
|
|