|
|
|
@ -323,9 +323,20 @@ public class OutRechargePriceController { |
|
|
|
|
map.put("sourceId" , id); |
|
|
|
|
map.put("rechargePlatform" , dictionary.getCodeValue()); |
|
|
|
|
BsRechargeCode rechargeCode = bsRechargeCodeService.findByMap(map); |
|
|
|
|
|
|
|
|
|
if (rechargeCode != null) { |
|
|
|
|
object.put("id" , rechargeCode.getId()); |
|
|
|
|
object.put("rechargePlatformName" , dictionary.getCodeName()); |
|
|
|
|
object.put("rechargePlatform" , rechargeCode.getRechargePlatform()); |
|
|
|
|
object.put("goodsId" , rechargeCode.getGoodsId()); |
|
|
|
|
|
|
|
|
|
objectList.add(object); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return ResponseMsgUtil.success(RechargeConfig.getProductsListByLy()); |
|
|
|
|
return ResponseMsgUtil.success(objectList); |
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|
log.error("HighOrderController --> unionStagingPay() error!", e); |
|
|
|
|