Commit e8e0fb03 authored by luben's avatar luben

Merge branch 'dev-lb' into 'dev'

Dev lb

See merge request !234
parents a49a6cca 14eee77d
Pipeline #145617 failed with stages
......@@ -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