Merge branch 'pre' into shift

dev-discount
胡锐 2 years ago
commit 38f8f812da
  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.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());

Loading…
Cancel
Save