|
@@ -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)
|