Browse Source

8月26日消费审核

lijianlin/feature-20250728171217-三期金豆消费相关
sunjiabei 1 month ago
parent
commit
dda9655783
  1. 1
      src/main/java/com/example/demo/serviceImpl/coin/ConsumeServiceImpl.java
  2. 6
      src/main/resources/mapper/ConsumeMapper.xml

1
src/main/java/com/example/demo/serviceImpl/coin/ConsumeServiceImpl.java

@ -241,6 +241,7 @@ public class ConsumeServiceImpl implements ConsumeService {
userGoldRecord.setAuditStatus(0);
userGoldRecord.setPayPlatform("金币系统");
userGoldRecord.setRefundType("金币退款");
userGoldRecord.setGoodsName("金币退款");
userGoldRecord.setRefundModel((byte) 0);
userGoldRecord.setAdminId(consumeUser.getAdminId());
userGoldRecord.setCreateTime(new Date());

6
src/main/resources/mapper/ConsumeMapper.xml

@ -267,6 +267,9 @@
goods_name,
remark,
type,
refund_type,
refund_model,
goods_name,
pay_platform,
admin_id,
audit_status,
@ -285,6 +288,9 @@
#{goodsName},
#{remark},
#{type},
#{refundType},
#{refundModel},
#{goodsName},
#{payPlatform},
#{adminId},
#{auditStatus},

Loading…
Cancel
Save