liujunchi 2 jaren geleden
bovenliggende
commit
3562e8be92

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/PlatformCashAccountRecordServiceImpl.java

@@ -108,7 +108,7 @@ public class PlatformCashAccountRecordServiceImpl extends ServiceImpl<PlatformCa
     public void recordedRecord(String orderNo, AccountBizTypeEnum bizType, Long bizId, InOrOutEnum type) {
         this.lambdaUpdate()
                 .eq(PlatformCashAccountRecord::getOrderNo,orderNo)
-                .eq(PlatformCashAccountRecord::getBizType,bizId)
+                .eq(PlatformCashAccountRecord::getBizType,bizType)
                 .eq(PlatformCashAccountRecord::getBizId,bizId)
                 .eq(PlatformCashAccountRecord::getInOrOut,type)
                 .set(PlatformCashAccountRecord::getPostStatus, PostStatusEnum.RECORDED)