mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-12-27 10:35:59 +08:00
update 补充操作日志
This commit is contained in:
@@ -216,6 +216,7 @@ public class FlwTaskController extends BaseController {
|
|||||||
* @return 结果
|
* @return 结果
|
||||||
*/
|
*/
|
||||||
@PostMapping("/urgeTask")
|
@PostMapping("/urgeTask")
|
||||||
|
@Log(title = "任务管理", businessType = BusinessType.INSERT)
|
||||||
public R<Void> urgeTask(@RequestBody FlowUrgeTaskBo bo) {
|
public R<Void> urgeTask(@RequestBody FlowUrgeTaskBo bo) {
|
||||||
return toAjax(flwTaskService.urgeTask(bo));
|
return toAjax(flwTaskService.urgeTask(bo));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user