|
|
|
@ -382,7 +382,7 @@ public class RedServiceImpl implements RedService { |
|
|
|
userGoldRecord.setTaskGold(-consumeUser.getTaskGold().intValue()); |
|
|
|
userGoldRecord.setRemark(consumeUser.getRemark()); |
|
|
|
userGoldRecord.setType((byte) 1); |
|
|
|
userGoldRecord.setIsRefund((byte) 1); |
|
|
|
userGoldRecord.setIsRefund((byte) 0); |
|
|
|
userGoldRecord.setPayPlatform("金币系统"); |
|
|
|
userGoldRecord.setAdminId(consumeUser.getAdminId()); |
|
|
|
userGoldRecord.setAuditStatus(1); |
|
|
|
|