|
|
@ -192,6 +192,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
detailY.setTaskCoin(taskJb); |
|
|
|
detailY.setRemark(remark); |
|
|
|
detailY.setName(adminName); |
|
|
|
detailY.setGtype(Integer.valueOf(type)); |
|
|
|
// detailY.setUsername(username); |
|
|
|
// detailY.setArea(area); |
|
|
|
detailY.setProductName(productName); |
|
|
@ -244,6 +245,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
System.out.println("消费------------------------------------------------------"); |
|
|
|
detailY.setUpdateType(1); // 设置 updateType 为 1 |
|
|
|
detailY.setJwcode(JwCode); |
|
|
|
detailY.setGtype(Integer.valueOf(type)); |
|
|
|
detailY.setRechargeCoin(rechargeJb); |
|
|
|
detailY.setFreeCoin(freeJb); |
|
|
|
detailY.setTaskCoin(taskJb); |
|
|
@ -288,6 +290,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
System.out.println("退款------------------------------------------------------"); |
|
|
|
detailY.setUpdateType(2); // 设置 updateType 为 2 |
|
|
|
detailY.setJwcode(JwCode); |
|
|
|
detailY.setGtype(Integer.valueOf(type)); |
|
|
|
detailY.setRechargeCoin(rechargeJb); |
|
|
|
detailY.setFreeCoin(freeJb); |
|
|
|
detailY.setTaskCoin(taskJb); |
|
|
@ -332,6 +335,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
System.out.println("其他------------------------------------------------------"); |
|
|
|
detailY.setUpdateType(3); // 设置 updateType 为 3 |
|
|
|
detailY.setJwcode(JwCode); |
|
|
|
detailY.setGtype(Integer.valueOf(type)); |
|
|
|
detailY.setRechargeCoin(rechargeJb); |
|
|
|
detailY.setFreeCoin(freeJb); |
|
|
|
detailY.setTaskCoin(taskJb); |
|
|
|