Commit 4946a6b2 by 墨竹

feat:菜单接口修改

parent c591e582
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
b.clerk_type = #{clerkType} b.clerk_type = #{clerkType}
and b.wx_enterprise_id = #{wxEnterpriseId} and b.wx_enterprise_id = #{wxEnterpriseId}
and c.status_flag = 1 and c.status_flag = 1
and c.menu_code = parent_code and c.menu_code = c.parent_code
<if test="systemFlag != null"> <if test="systemFlag != null">
and b.system_flag = #{systemFlag} and b.system_flag = #{systemFlag}
</if> </if>
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
b.clerk_type = #{clerkType} b.clerk_type = #{clerkType}
and b.wx_enterprise_id = #{wxEnterpriseId} and b.wx_enterprise_id = #{wxEnterpriseId}
and c.status_flag = 1 and c.status_flag = 1
and c.menu_code != parent_code and c.menu_code != c.parent_code
<if test="systemFlag != null"> <if test="systemFlag != null">
and b.system_flag = #{systemFlag} and b.system_flag = #{systemFlag}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment