Bladeren bron

加入赠送积分功能

java110 3 jaren geleden
bovenliggende
commit
5a77ea39c0

+ 1 - 1
service-job/src/main/java/com/java110/job/adapt/payment/integral/PayFeeGiftIntegralAdapt.java

@@ -237,7 +237,7 @@ public class PayFeeGiftIntegralAdapt extends DatabusAdaptImpl {
         //向积分账户中充值积分
         //向积分账户中充值积分
         AccountDto accountDto = new AccountDto();
         AccountDto accountDto = new AccountDto();
         accountDto.setObjId(ownerId);
         accountDto.setObjId(ownerId);
-        accountDto.setObjType(AccountDto.ACCT_TYPE_INTEGRAL);
+        accountDto.setAcctType(AccountDto.ACCT_TYPE_INTEGRAL);
         List<AccountDto> accountDtos = accountInnerServiceSMOImpl.queryAccounts(accountDto);
         List<AccountDto> accountDtos = accountInnerServiceSMOImpl.queryAccounts(accountDto);
 
 
         if (accountDtos == null || accountDtos.size() < 1) {
         if (accountDtos == null || accountDtos.size() < 1) {