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