|
@@ -5,7 +5,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<mapper namespace="com.sooka.system.real_estate.housing_commercial.mapper.TGuijiRealEstateHousingCommercialMapper">
|
|
|
|
|
|
<sql id="selectVo">
|
|
|
- select id, HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ from t_guiji_real_estate_housing_commercial
|
|
|
+ select id, HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ, CMRSFZLX, CMRSFZH from t_guiji_real_estate_housing_commercial
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectList" parameterType="TGuijiRealEstateHousingCommercial" resultType="TGuijiRealEstateHousingCommercial">
|
|
@@ -29,6 +29,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="FWXZ != null and FWXZ != ''"> and FWXZ like concat('%', #{FWXZ}, '%')</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="CMRSFZLX != null and CMRSFZLX != ''"> and CMRSFZLX like concat('%', #{CMRSFZLX}, '%')</if>
|
|
|
+ <if test="CMRSFZH != null and CMRSFZH != ''"> and CMRSFZH like concat('%', #{CMRSFZH}, '%')</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
|