zhangtao
dongdingding 1 year ago
parent 69169b9ea6
commit de5d890480

@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="uuitNo != null and uuitNo != ''"> and s.UUIT_NO = #{uuitNo}</if>
<if test="subdistrict != null and subdistrict != ''"> and s.SUBDISTRICT like concat('%',#{subdistrict}, '%') </if>
<if test="aboveDesignatedTwo != null and aboveDesignatedTwo != ''"> and s.ABOVE_DESIGNATED_TWO = #{aboveDesignatedTwo}</if>
<if test="req.isPoint != null and req.isPoint != ''">and s.is_point=#{req.isPoint}</if>
<if test="isPoint != null and isPoint != ''">and s.is_point=#{isPoint}</if>
</where>
</select>

Loading…
Cancel
Save