|
|
@ -119,7 +119,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
// detailY.setUsername(username); |
|
|
|
// detailY.setArea(area); |
|
|
|
detailY.setProductName(productName); |
|
|
|
detailY.setConsumePlatform("ERP充值"); |
|
|
|
detailY.setConsumePlatform("ERP系统"); |
|
|
|
detailY.setRechargeWay(Way); |
|
|
|
|
|
|
|
|
|
|
@ -135,7 +135,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
// detailY.setUsername(username); |
|
|
|
// detailY.setArea(area); |
|
|
|
detailY.setProductName(productName); |
|
|
|
detailY.setConsumePlatform("ERP充值"); |
|
|
|
detailY.setConsumePlatform("ERP系统"); |
|
|
|
detailY.setConsumeType(Way); |
|
|
|
} else if (typesToUpdateTwo.contains(type)) { |
|
|
|
detailY.setUpdateType(2); // 设置 updateType 为 2 |
|
|
@ -148,7 +148,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
// detailY.setUsername(username); |
|
|
|
// detailY.setArea(area); |
|
|
|
detailY.setProductName(productName); |
|
|
|
detailY.setConsumePlatform("ERP充值"); |
|
|
|
detailY.setConsumePlatform("ERP系统"); |
|
|
|
detailY.setRefundType(Way); |
|
|
|
}else if (typesToUpdateThree.contains(type)) { |
|
|
|
detailY.setUpdateType(3); // 设置 updateType 为 3 |
|
|
@ -161,7 +161,7 @@ public class OtherServiceImpl implements OtherService { |
|
|
|
// detailY.setUsername(username); |
|
|
|
// detailY.setArea(area); |
|
|
|
detailY.setProductName(productName); |
|
|
|
detailY.setConsumePlatform("ERP充值"); |
|
|
|
detailY.setConsumePlatform("ERP系统"); |
|
|
|
detailY.setReson(Way); |
|
|
|
} |
|
|
|
// 添加其他业务逻辑 |
|
|
|