Merge #67 into master from cc_20260320_openapi_modify
fix:获取门店信息开放接口返回门店运营顾问 * cc_20260320_openapi_modify: (1 commits squashed) - fix:获取门店信息开放接口返回门店运营顾问 Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com> Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/67
This commit is contained in:
@@ -97,7 +97,7 @@ public class OpenApiController {
|
||||
@ApiOperation("获取门店信息")
|
||||
@PostMapping("/getStoreList")
|
||||
public ApiResponse<PageInfo<StoreDTO>> getStoreList(@RequestBody @Validated OpenApiStoreRequest dto) {
|
||||
return ApiResponse.success(storeService.getStoreExtendFieldInfo(dto.getPageSize(),dto.getPageNum()));
|
||||
return ApiResponse.success(storeService.getStoreExtendFieldInfo(dto.getPageSize(),dto.getPageNum(), dto.getQueryOperations()));
|
||||
}
|
||||
|
||||
@ApiOperation("获取接入物联网门店信息")
|
||||
|
||||
Reference in New Issue
Block a user