|
@@ -5,31 +5,31 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<mapper namespace="com.sooka.system.real_estate.unseal.mapper.TGuijiRealEstateUnsealMapper">
|
|
|
|
|
|
<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_unseal
|
|
|
+ select id, YWZH, CFJG, CFWH, CFRQ, CFQX, CFQSRQ, CFZZRQ, JFJG, JFWH, JFRQ, BXZR, BXZRZJHM, QZH, ZH, FH, FWYT, FWXZ, JZMJ, ZL from t_guiji_real_estate_unseal
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectList" parameterType="TGuijiRealEstateUnseal" resultType="TGuijiRealEstateUnseal">
|
|
|
<include refid="selectVo"/>
|
|
|
<where>
|
|
|
- <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="CSRXM != null and CSRXM != ''"> and CSRXM like concat('%', #{CSRXM}, '%')</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="SFZH != null and SFZH != ''"> and SFZH like concat('%', #{SFZH}, '%')</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="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="CFJG != null and CFJG != ''"> and CFJG like concat('%', #{CFJG}, '%')</if>
|
|
|
+ <if test="CFWH != null and CFWH != ''"> and CFWH like concat('%', #{CFWH}, '%')</if>
|
|
|
+ <if test="CFRQ != null and CFRQ != ''"> and CFRQ like concat('%', #{CFRQ}, '%')</if>
|
|
|
+ <if test="CFQX != null and CFQX != ''"> and CFQX like concat('%', #{CFQX}, '%')</if>
|
|
|
+ <if test="CFQSRQ != null and CFQSRQ != ''"> and CFQSRQ like concat('%', #{CFQSRQ}, '%')</if>
|
|
|
+ <if test="CFZZRQ != null and CFZZRQ != ''"> and CFZZRQ like concat('%', #{CFZZRQ}, '%')</if>
|
|
|
+ <if test="JFJG != null and JFJG != ''"> and JFJG like concat('%', #{JFJG}, '%')</if>
|
|
|
+ <if test="JFWH != null and JFWH != ''"> and JFWH like concat('%', #{JFWH}, '%')</if>
|
|
|
+ <if test="JFRQ != null and JFRQ != ''"> and JFRQ like concat('%', #{JFRQ}, '%')</if>
|
|
|
+ <if test="BXZR != null and BXZR != ''"> and BXZR like concat('%', #{BXZR}, '%')</if>
|
|
|
+ <if test="BXZRZJHM != null and BXZRZJHM != ''"> and BXZRZJHM like concat('%', #{BXZRZJHM}, '%')</if>
|
|
|
+ <if test="QZH != null and QZH != ''"> and QZH like concat('%', #{QZH}, '%')</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="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="JZMJ != null and JZMJ != ''"> and JZMJ like concat('%', #{JZMJ}, '%')</if>
|
|
|
+ <if test="ZL != null and ZL != ''"> and ZL like concat('%', #{ZL}, '%')</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|