Commit 496da522 by 桂前礼

bug: [none] 解决冲突

parent ad1f5b03
......@@ -421,13 +421,6 @@ public class RightsSettingFacede {
return new ResponseDto<>(rightsSettingBiz.getAllRightsClassifyNew());
}
@ApiOperation("处理权益模块旧数据")
@PostMapping("handleRightsSettingOld")
public ResponseDto<?> handleRightsSettingOld(@RequestBody List<Long> rightsSettingIdList){
rightsSettingBiz.handleRightsSettingOld(rightsSettingIdList);
return new ResponseDto<>();
}
@ApiOperation("小程序本书服务页 - 获取是否配置了读书卡片")
@GetMapping("/getBookCardId4Book")
public ResponseDto<Map<String,Object>> getBookCardId4Book(@RequestParam("bookId") Long bookId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment