b2c模式代码提交

This commit is contained in:
chc
2024-10-18 15:30:07 +08:00
parent e89be8eb8c
commit 9d3ed4a4a7
25 changed files with 508 additions and 62 deletions

View File

@@ -33,7 +33,7 @@ public class FreightTemplateStoreController {
@GetMapping
public ResultMessage<List<FreightTemplateVO>> list() {
String storeId = Objects.requireNonNull(UserContext.getCurrentUser()).getStoreId();
return ResultUtil.data(freightTemplateService.getFreightTemplateList(storeId));
return ResultUtil.data(freightTemplateService.getFreightTemplateList());
}
@ApiOperation(value = "获取商家运费模板详情")