b2c模式代码提交
This commit is contained in:
@@ -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 = "获取商家运费模板详情")
|
||||
|
||||
Reference in New Issue
Block a user