mirror of
https://gitee.com/guchengwuyue/yshop-drink.git
synced 2026-06-05 18:25:43 +08:00
修复确认收款流水状态问题
This commit is contained in:
@ -108,7 +108,7 @@ public class UserBillServiceImpl extends ServiceImpl<UserBillMapper, UserBillDO>
|
||||
.pm(BillEnum.PM_1.getValue())
|
||||
.linkId(linkid)
|
||||
.extendField(extendField)
|
||||
.status(ShopCommonEnum.IS_STATUS_0.getValue())
|
||||
.status(ShopCommonEnum.IS_STATUS_1.getValue())
|
||||
.build();
|
||||
|
||||
userBillMapper.insert(userBill);
|
||||
|
||||
Reference in New Issue
Block a user