fuliqi
2024-09-30 66e9e037d7c3b97880a57693b8d3fabf3f0a8dcb
ycl-server/src/main/resources/mapper/zgyw/CheckIndexCarMapper.xml
@@ -54,7 +54,6 @@
    <select id="getCheckIndexCarList"  resultMap="CheckIndexCarResult">
        select tcic.*,sd.dept_name
        from t_check_index_car tcic left join sys_dept sd on tcic.dept_id = sd.dept_id
        left join t_check_score tcs on tcic.id = tcs.index_id
        <where>
            <if test="examineTag != null "> and tcic.examine_tag = #{examineTag}</if>
            <if test="day != null "> and  date(tcic.create_time) = #{day}</if>