shiyj1101
2021-06-28 c95f03bd1441b96c971777ae72765ef54299ba60
service-acct/src/main/java/com/java110/acct/smo/impl/AccountWithdrawalApplyInnerServiceSMOImpl.java
@@ -101,6 +101,7 @@
        Map stateInfo = new HashMap();
        stateInfo.put("statusCd", StatusConstant.STATUS_CD_VALID);
        stateInfo.put("states", states);
        System.out.println( states.length + "statesstatesstates"+states[0] );
        return accountWithdrawalApplyServiceDaoImpl.listStateWithdrawalApplysCount(stateInfo);    }
    public IAccountWithdrawalApplyServiceDao getAccountWithdrawalApplyServiceDaoImpl() {