数据处理
This commit is contained in:
@@ -40,4 +40,10 @@ public class PCSignFranchiseController {
|
||||
return ResponseResult.success(signFranchiseService.rePay(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("数据处理,全部设置为新签")
|
||||
@GetMapping("/dateHandle")
|
||||
public ResponseResult<Integer> dateHandle() {
|
||||
return ResponseResult.success(signFranchiseService.dateHandle());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user