兑换不再区分是否金币代理身份

This commit is contained in:
tianfeng 2025-12-26 11:02:19 +08:00
parent 530cd0567e
commit 72e94d5991
2 changed files with 4 additions and 2 deletions

View File

@ -588,7 +588,8 @@ public class UserBankExchangeGoldCmdExe {
*/
private Double getExchangeGoldRatio(UserBankExchangeGoldCmd cmd) {
boolean freight = freightBalanceService.existsBalance(cmd.getReqUserId());
// boolean freight = freightBalanceService.existsBalance(cmd.getReqUserId());
boolean freight = false;
List<SysExchangeGoldTipDTO> exchangeGolds = ResponseAssert.requiredSuccess(
userRegionClient

View File

@ -192,7 +192,8 @@ public class SalaryExchangeGoldCmdExe {
*/
private Double getExchangeGoldRatio(SalaryWithdrawCmd cmd) {
boolean freight = freightBalanceService.existsBalance(cmd.getReqUserId());
// boolean freight = freightBalanceService.existsBalance(cmd.getReqUserId());
boolean freight = false;
List<SysExchangeGoldTipDTO> exchangeGolds = ResponseAssert.requiredSuccess(
userRegionClient