|
|
|
@ -36,6 +36,9 @@ public class CloseAccountAction extends BaseBean implements Action, EsbServerles
|
|
|
|
|
|
|
|
|
|
private static final Logger logger_ac56032a = LoggerFactory.getLogger(CloseAccountAction.class);
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private AccountService service;
|
|
|
|
|
|
|
|
|
|
public CloseAccountAction() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -72,7 +75,7 @@ public class CloseAccountAction extends BaseBean implements Action, EsbServerles
|
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[] param = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo[sq.length];
|
|
|
|
|
SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo paramInfo = new SI_HTPortalUAMGMT2_OUTServiceStub.UserSyncInfo();
|
|
|
|
|
logger_ac56032a.info("sq"+ sq);
|
|
|
|
|
logger_ac56032a.info("sq -- "+ sq);
|
|
|
|
|
for (int j = 0; j < sq.length; j++) {
|
|
|
|
|
Row rq = sq[j];
|
|
|
|
|
Cell[] cq = rq.getCell();
|
|
|
|
@ -89,10 +92,11 @@ public class CloseAccountAction extends BaseBean implements Action, EsbServerles
|
|
|
|
|
}
|
|
|
|
|
param[j] = paramInfo;
|
|
|
|
|
}
|
|
|
|
|
AccountService service = new AccountService();
|
|
|
|
|
// AccountService service = new AccountService();
|
|
|
|
|
logger_ac56032a.info("param--"+ param);
|
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
|
String[] array = service.account("HT01EIP006", param);
|
|
|
|
|
logger_ac56032a.info("array"+ array);
|
|
|
|
|
logger_ac56032a.info("array--"+ array);
|
|
|
|
|
if ("E".equals(array[0])) {
|
|
|
|
|
status = array[0];
|
|
|
|
|
message = array[1];
|
|
|
|
|