| | |
| | | <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> |
| | |
| | | <if test="isDeal != null">and is_deal = #{isDeal}</if> |
| | | <if test="orgid != null">and orgid = #{orgid}</if> |
| | | <if test="createTime != null ">and create_time <= #{createTime}</if> |
| | | </where> |
| | | </select> |
| | | |
| | | <insert id="insertThirdData" parameterType="com.smartor.domain.ServiceThirdData"> |