zhangtao
dongdingding 2 years ago
parent 70247f0480
commit e5db40773a

@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="enterpristScale" column="ENTERPRIST_SCALE" /> <result property="enterpristScale" column="ENTERPRIST_SCALE" />
<result property="registrationOrg" column="REGISTRATION_ORG" /> <result property="registrationOrg" column="REGISTRATION_ORG" />
<result property="districtCode" column="DISTRICT_CODE" /> <result property="districtCode" column="DISTRICT_CODE" />
<result property="SUBDISTRICT" column="SUBDISTRICT" /> <result property="subdistrict" column="SUBDISTRICT" />
<result property="otherName" column="OTHER_NAME" /> <result property="otherName" column="OTHER_NAME" />
<result property="rigisterFund" column="RIGISTER_FUND" /> <result property="rigisterFund" column="RIGISTER_FUND" />
<result property="enterpriseName" column="ENTERPRISE_NAME" /> <result property="enterpriseName" column="ENTERPRISE_NAME" />
@ -77,7 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where> <where>
<if test="supervisionLarge != null and supervisionLarge != ''"> and SUPERVISION_LARGE like concat('%',#{supervisionLarge}, '%')</if> <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="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> <if test="aboveDesignatedTwo != null and aboveDesignatedTwo != ''"> and ABOVE_DESIGNATED_TWO = #{aboveDesignatedTwo}</if>
</where> </where>
</select> </select>

Loading…
Cancel
Save