wlzboy
2 天以前 6b29bd596f8b48485d3506bfba4a1e0ea6c7df99
ruoyi-admin/src/main/java/com/ruoyi/web/controller/task/SysTaskController.java
@@ -636,7 +636,7 @@
     * 手动同步服务单到旧系统
     * 当服务单同步失败或未同步时,可以通过此接口手动触发同步
     */
    @PreAuthorize("@ss.hasPermi('task:general:edit')")
//    @PreAuthorize("@ss.hasPermi('task:general:edit')")
    @Log(title = "手动同步服务单", businessType = BusinessType.UPDATE)
    @PostMapping("/syncServiceOrder/{taskId}")
    public AjaxResult syncServiceOrder(@PathVariable Long taskId) {