兑换不再区分是否金币代理身份
This commit is contained in:
parent
530cd0567e
commit
72e94d5991
@ -588,7 +588,8 @@ public class UserBankExchangeGoldCmdExe {
|
|||||||
*/
|
*/
|
||||||
private Double getExchangeGoldRatio(UserBankExchangeGoldCmd cmd) {
|
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(
|
List<SysExchangeGoldTipDTO> exchangeGolds = ResponseAssert.requiredSuccess(
|
||||||
userRegionClient
|
userRegionClient
|
||||||
|
|||||||
@ -192,7 +192,8 @@ public class SalaryExchangeGoldCmdExe {
|
|||||||
*/
|
*/
|
||||||
private Double getExchangeGoldRatio(SalaryWithdrawCmd cmd) {
|
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(
|
List<SysExchangeGoldTipDTO> exchangeGolds = ResponseAssert.requiredSuccess(
|
||||||
userRegionClient
|
userRegionClient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user