Commit b10f9e8e authored by shiyu's avatar shiyu

列表展示开关4

parent 546ce835
...@@ -48,9 +48,6 @@ public class SupplierItemController { ...@@ -48,9 +48,6 @@ public class SupplierItemController {
@PostMapping("/findItemsOfCurrentDistributor") @PostMapping("/findItemsOfCurrentDistributor")
public Result findItemsOfCurrentDistributor(@RequestBody SupplierItemRequestDto dto) { public Result findItemsOfCurrentDistributor(@RequestBody SupplierItemRequestDto dto) {
logger.info("查询分销商历史分享的商品列表,请求参数:{}", JSON.toJSONString(dto)); logger.info("查询分销商历史分享的商品列表,请求参数:{}", JSON.toJSONString(dto));
if (dto.getUserId() == null) {
return Result.failed(ResultCode.PARAM_ERROR);
}
return supplierItemService.findItemsOfCurrentDistributor(dto); return supplierItemService.findItemsOfCurrentDistributor(dto);
} }
......
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