Commit 8cf6db81 authored by luben's avatar luben

feat

parent ef86929f
......@@ -578,7 +578,7 @@
select wg_code from grid_region where level=1 and wg_type = '1'
</select>
<select id="getWgNameByCode" resultType="java.lang.String">
select wg_name from grid_region where wg_code = #{wgCode,jdbcType=VARCHAR}
select wg_name from grid_region where wg_code = #{wgCode,jdbcType=VARCHAR} and wg_type = '1'
</select>
<select id="getByParams" resultType="com.ruoyi.system.domain.grid.GridRegion" parameterType="com.ruoyi.system.domain.grid.enums.GridRegionSearchParam">
......
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