Commit 126ad80d by guojuxing

sql修复

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