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.setAuditStatus(0);
userGoldRecord.setPayPlatform("金币系统"); userGoldRecord.setPayPlatform("金币系统");
userGoldRecord.setRefundType("金币退款"); userGoldRecord.setRefundType("金币退款");
userGoldRecord.setGoodsName("金币退款");
userGoldRecord.setRefundModel((byte) 0); userGoldRecord.setRefundModel((byte) 0);
userGoldRecord.setAdminId(consumeUser.getAdminId()); userGoldRecord.setAdminId(consumeUser.getAdminId());
userGoldRecord.setCreateTime(new Date()); userGoldRecord.setCreateTime(new Date());

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

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

Loading…
Cancel
Save