Commit 126ad80d by guojuxing

sql修复

parent fa1da400
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
and project = #{project} and project = #{project}
</if> </if>
<if test="versionCode != null and versionCode != '' "> <if test="versionCode != null and versionCode != '' ">
and menu_version like concat('%_', versionCode, '_%' ) and menu_version like concat('%_', #{versionCode}, '_%' )
</if> </if>
order by level,sort order by level,sort
...@@ -405,7 +405,7 @@ ...@@ -405,7 +405,7 @@
and project = #{project} and project = #{project}
</if> </if>
<if test="versionCode != null and versionCode != '' "> <if test="versionCode != null and versionCode != '' ">
and menu_version like concat('%_', versionCode, '_%' ) and menu_version like concat('%_', #{versionCode}, '_%' )
</if> </if>
<include refid="tree_filter" /> <include refid="tree_filter" />
......
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