feat:签约合同优化 + 数据处理
This commit is contained in:
@@ -129,4 +129,10 @@ public class PCShopController {
|
||||
public ResponseResult<Boolean> updateShopStatue(@RequestParam("shopId")Long shopId) {
|
||||
return ResponseResult.success(shopService.updateShopStatue(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("数据处理专用 处理shop 省市区")
|
||||
@GetMapping("/dateHandler")
|
||||
public ResponseResult<Integer> dateHandler(@RequestParam("pageSize")Integer pageSize,@RequestParam("pageNum")Integer pageNum) {
|
||||
return ResponseResult.success(shopService.dateHandler(pageNum,pageSize));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user