|
@@ -25,7 +25,7 @@ public interface IOpsFacade {
|
|
|
* @return 状态
|
|
|
*/
|
|
|
@ApiOperation(value = "开始超期审批单任务", notes = "开始超期审批单任务")
|
|
|
- @RequestMapping(value = "v1/ops/scheduling-expiration_task", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "v1/ops/scheduling-expiration-task", method = RequestMethod.GET)
|
|
|
ResponseStatus schedulingExpirationTask();
|
|
|
|
|
|
/**
|
|
@@ -34,6 +34,6 @@ public interface IOpsFacade {
|
|
|
* @return 状态
|
|
|
*/
|
|
|
@ApiOperation(value = "开始同步到BU任务", notes = "开始同步到BU任务")
|
|
|
- @RequestMapping(value = "v1/ops/sync-to-bu_task", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "v1/ops/sync-to-bu-task", method = RequestMethod.GET)
|
|
|
ResponseStatus syncTuBu();
|
|
|
}
|