|
@@ -5,7 +5,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<mapper namespace="com.sooka.system.real_estate.pre_sale_record_change.mapper.TGuijiRealEstatePreSaleRecordChangeMapper">
|
|
<mapper namespace="com.sooka.system.real_estate.pre_sale_record_change.mapper.TGuijiRealEstatePreSaleRecordChangeMapper">
|
|
|
|
|
|
<sql id="selectVo">
|
|
<sql id="selectVo">
|
|
- select id, HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, JYMJ, CQZH, ZH, FH, GHYT, TNMJ, GTMJ, QYSJ, BASJ from t_guiji_real_estate_pre_sale_record_change
|
|
|
|
|
|
+ select id, HTH, YWZH, CMRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, JZMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, ZL, HTRQ, BGYY, SPSJ from t_guiji_real_estate_pre_sale_record_change
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectList" parameterType="TGuijiRealEstatePreSaleRecordChange" resultType="TGuijiRealEstatePreSaleRecordChange">
|
|
<select id="selectList" parameterType="TGuijiRealEstatePreSaleRecordChange" resultType="TGuijiRealEstatePreSaleRecordChange">
|
|
@@ -13,23 +13,24 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<where>
|
|
<where>
|
|
<if test="HTH != null and HTH != ''"> and HTH like concat('%', #{HTH}, '%')</if>
|
|
<if test="HTH != null and HTH != ''"> and HTH like concat('%', #{HTH}, '%')</if>
|
|
<if test="YWZH != null and YWZH != ''"> and YWZH like concat('%', #{YWZH}, '%')</if>
|
|
<if test="YWZH != null and YWZH != ''"> and YWZH like concat('%', #{YWZH}, '%')</if>
|
|
- <if test="CSRXM != null and CSRXM != ''"> and CSRXM like concat('%', #{CSRXM}, '%')</if>
|
|
|
|
|
|
+ <if test="CMRXM != null and CMRXM != ''"> and CMRXM like concat('%', #{CMRXM}, '%')</if>
|
|
<if test="MSRXM != null and MSRXM != ''"> and MSRXM like concat('%', #{MSRXM}, '%')</if>
|
|
<if test="MSRXM != null and MSRXM != ''"> and MSRXM like concat('%', #{MSRXM}, '%')</if>
|
|
<if test="SFZLX != null and SFZLX != ''"> and SFZLX like concat('%', #{SFZLX}, '%')</if>
|
|
<if test="SFZLX != null and SFZLX != ''"> and SFZLX like concat('%', #{SFZLX}, '%')</if>
|
|
<if test="SFZH != null and SFZH != ''"> and SFZH like concat('%', #{SFZH}, '%')</if>
|
|
<if test="SFZH != null and SFZH != ''"> and SFZH like concat('%', #{SFZH}, '%')</if>
|
|
<if test="LXDZ != null and LXDZ != ''"> and LXDZ like concat('%', #{LXDZ}, '%')</if>
|
|
<if test="LXDZ != null and LXDZ != ''"> and LXDZ like concat('%', #{LXDZ}, '%')</if>
|
|
<if test="FWZL != null and FWZL != ''"> and FWZL like concat('%', #{FWZL}, '%')</if>
|
|
<if test="FWZL != null and FWZL != ''"> and FWZL like concat('%', #{FWZL}, '%')</if>
|
|
<if test="HTZJ != null and HTZJ != ''"> and HTZJ like concat('%', #{HTZJ}, '%')</if>
|
|
<if test="HTZJ != null and HTZJ != ''"> and HTZJ like concat('%', #{HTZJ}, '%')</if>
|
|
- <if test="ZJMJ != null and ZJMJ != ''"> and ZJMJ like concat('%', #{ZJMJ}, '%')</if>
|
|
|
|
- <if test="JYMJ != null and JYMJ != ''"> and JYMJ like concat('%', #{JYMJ}, '%')</if>
|
|
|
|
- <if test="CQZH != null and CQZH != ''"> and CQZH like concat('%', #{CQZH}, '%')</if>
|
|
|
|
|
|
+ <if test="JZMJ != null and JZMJ != ''"> and JZMJ like concat('%', #{JZMJ}, '%')</if>
|
|
|
|
+ <if test="TNMJ != null and TNMJ != ''"> and TNMJ like concat('%', #{TNMJ}, '%')</if>
|
|
|
|
+ <if test="FTMJ != null and FTMJ != ''"> and FTMJ like concat('%', #{FTMJ}, '%')</if>
|
|
<if test="ZH != null and ZH != ''"> and ZH like concat('%', #{ZH}, '%')</if>
|
|
<if test="ZH != null and ZH != ''"> and ZH like concat('%', #{ZH}, '%')</if>
|
|
<if test="FH != null and FH != ''"> and FH like concat('%', #{FH}, '%')</if>
|
|
<if test="FH != null and FH != ''"> and FH like concat('%', #{FH}, '%')</if>
|
|
- <if test="GHYT != null and GHYT != ''"> and GHYT like concat('%', #{GHYT}, '%')</if>
|
|
|
|
- <if test="TNMJ != null and TNMJ != ''"> and TNMJ like concat('%', #{TNMJ}, '%')</if>
|
|
|
|
- <if test="GTMJ != null and GTMJ != ''"> and GTMJ like concat('%', #{GTMJ}, '%')</if>
|
|
|
|
- <if test="QYSJ != null and QYSJ != ''"> and QYSJ like concat('%', #{QYSJ}, '%')</if>
|
|
|
|
- <if test="BASJ != null and BASJ != ''"> and BASJ like concat('%', #{BASJ}, '%')</if>
|
|
|
|
|
|
+ <if test="FWYT != null and FWYT != ''"> and FWYT like concat('%', #{FWYT}, '%')</if>
|
|
|
|
+ <if test="FWXZ != null and FWXZ != ''"> and FWXZ like concat('%', #{FWXZ}, '%')</if>
|
|
|
|
+ <if test="ZL != null and ZL != ''"> and ZL like concat('%', #{ZL}, '%')</if>
|
|
|
|
+ <if test="HTRQ != null and HTRQ != ''"> and HTRQ like concat('%', #{HTRQ}, '%')</if>
|
|
|
|
+ <if test="BGYY != null and BGYY != ''"> and BGYY like concat('%', #{BGYY}, '%')</if>
|
|
|
|
+ <if test="SPSJ != null and SPSJ != ''"> and SPSJ like concat('%', #{SPSJ}, '%')</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|