|
|
@ -72,6 +72,7 @@ public class CloseAccountAction extends BaseBean implements Action, EsbServerles
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[] param = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[sq.length];
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[] param = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[sq.length];
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo paramInfo = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo();
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo paramInfo = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo();
|
|
|
|
|
|
|
|
logger_ac56032a.info("sq"+ sq);
|
|
|
|
for (int j = 0; j < sq.length; j++) {
|
|
|
|
for (int j = 0; j < sq.length; j++) {
|
|
|
|
Row rq = sq[j];
|
|
|
|
Row rq = sq[j];
|
|
|
|
Cell[] cq = rq.getCell();
|
|
|
|
Cell[] cq = rq.getCell();
|
|
|
@ -91,6 +92,7 @@ public class CloseAccountAction extends BaseBean implements Action, EsbServerles
|
|
|
|
AccountService service = new AccountService();
|
|
|
|
AccountService service = new AccountService();
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
String[] array = service.account("HT01EIP006", param);
|
|
|
|
String[] array = service.account("HT01EIP006", param);
|
|
|
|
|
|
|
|
logger_ac56032a.info("array"+ array);
|
|
|
|
if ("E".equals(array[0])) {
|
|
|
|
if ("E".equals(array[0])) {
|
|
|
|
status = array[0];
|
|
|
|
status = array[0];
|
|
|
|
message = array[1];
|
|
|
|
message = array[1];
|
|
|
|