提交代码

dev-discount
袁野 2 years ago
parent 65cb50c39d
commit a962e7f523
  1. 4
      hai-bweb/src/main/java/com/bweb/controller/OutRechargePriceController.java

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

Loading…
Cancel
Save