|
|
|
@ -321,8 +321,8 @@ public class OutRechargePriceController { |
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
|
map.put("type" , 1); |
|
|
|
|
map.put("sourceId" , id); |
|
|
|
|
map.put("rechargePlatform" , dictionary.); |
|
|
|
|
BsRechargeCode rechargeCode = bsRechargeCodeService.findByMap() |
|
|
|
|
map.put("rechargePlatform" , dictionary.getCodeValue()); |
|
|
|
|
BsRechargeCode rechargeCode = bsRechargeCodeService.findByMap(map); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return ResponseMsgUtil.success(RechargeConfig.getProductsListByLy()); |
|
|
|
|