|
@@ -756,7 +756,7 @@ public class StoreInfoController {
|
|
|
@ApiOperation(value = "门店装修-门店营业时间")
|
|
@ApiOperation(value = "门店装修-门店营业时间")
|
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "id", value = "门店id", dataType = "Long", paramType = "query", required = true)})
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "id", value = "门店id", dataType = "Long", paramType = "query", required = true)})
|
|
|
@GetMapping("/getStoreInfoBusinessHours")
|
|
@GetMapping("/getStoreInfoBusinessHours")
|
|
|
- public R<List<StoreBusinessInfoVo>> getStoreInfoBusinessHours(Integer id) {
|
|
|
|
|
|
|
+ public R<List<StoreBusinessInfo>> getStoreInfoBusinessHours(Integer id) {
|
|
|
log.info("StoreInfoController.getStoreInfoBusinessHours?id={}", id);
|
|
log.info("StoreInfoController.getStoreInfoBusinessHours?id={}", id);
|
|
|
return R.data(storeInfoService.getStoreInfoBusinessHours(id));
|
|
return R.data(storeInfoService.getStoreInfoBusinessHours(id));
|
|
|
}
|
|
}
|