Commit 8f302d33 authored by gaoyingwei's avatar gaoyingwei

修改 解除隔离查询

parent 30fda757
...@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where del_flag = '0' where del_flag = '0'
</select> </select>
<select id="selectGldryByCard" resultType="com.ruoyi.system.domain.Gldry"> <select id="selectGldryByCard" resultMap="GldryResult">
<include refid="selectGldryVo"/> <include refid="selectGldryVo"/>
where card_no = #{cardNo} and del_flag = '0' where card_no = #{cardNo} and del_flag = '0'
<if test="id != null">and id != #{id}</if> <if test="id != null">and id != #{id}</if>
......
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