陈昶聿
4 天以前 be738537e87f8e71f22a0b284904ba063c7f8fe3
smartor/src/main/resources/mapper/smartor/ServiceThirdDataMapper.xml
@@ -35,7 +35,7 @@
    <select id="selectServiceThirdDataList" parameterType="com.smartor.domain.ServiceThirdData"
            resultMap="ServiceThirdDataResult">
        <include refid="selectServiceThirdDataVo"/>
        <where>
        where 1=1
            <if test="dataType != null  and dataType != ''">and data_type = #{dataType}</if>
            <if test="dataTypeExplain != null  and dataTypeExplain != ''">and data_type_explain = #{dataTypeExplain}
            </if>
@@ -44,7 +44,6 @@
            <if test="isDeal != null">and is_deal = #{isDeal}</if>
            <if test="orgid != null">and orgid = #{orgid}</if>
            <if test="createTime != null ">and create_time &lt;= #{createTime}</if>
        </where>
    </select>
    <insert id="insertThirdData" parameterType="com.smartor.domain.ServiceThirdData">