diff --git a/ruoyi-flow/src/main/resources/mapper/flow/WarmFLowMapper.xml b/ruoyi-flow/src/main/resources/mapper/flow/WarmFLowMapper.xml
index 41b0290..13304bc 100644
--- a/ruoyi-flow/src/main/resources/mapper/flow/WarmFLowMapper.xml
+++ b/ruoyi-flow/src/main/resources/mapper/flow/WarmFLowMapper.xml
@@ -151,7 +151,7 @@
b.id ,
d.flow_name
FROM
- `flow_user` a
+ flow_user a
LEFT JOIN flow_instance b ON a.associated = b.id
LEFT JOIN ${prefix}sys_user c ON b.create_by = c.user_id
LEFT JOIN flow_definition d on b.definition_id=d.id
diff --git a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
index e42ce14..ec211f1 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -29,7 +29,7 @@
@@ -50,13 +50,13 @@