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