Commit a53d477f authored by luben's avatar luben

fix

parent f5750dcb
...@@ -682,6 +682,7 @@ ...@@ -682,6 +682,7 @@
and level = 4 and wg_type = #{type} and level = 4 and wg_type = #{type}
and wg_code like CONCAT(#{code}, '%') and wg_code like CONCAT(#{code}, '%')
and wg_code != #{code} and wg_code != #{code}
order by wg_code
</select> </select>
<select id="getAllLevelTwoByType" resultType="com.ruoyi.system.domain.grid.GridRegion"> <select id="getAllLevelTwoByType" resultType="com.ruoyi.system.domain.grid.GridRegion">
select select
......
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