陈昶聿
11 小时以前 d3ca49386f33a7db5f9f4c039857a4a200285f20
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -369,7 +369,7 @@
            <if test="taskGuid != null">and task_guid = #{taskGuid}</if>
            <if test="isabnormal != null">and isabnormal = #{isabnormal}</if>
            <if test="isVisitAgain != null">and is_visit_again = #{isVisitAgain}</if>
            <if test="dateLimit != null and dateLimit = 1"> and CURDATE() + 1 > long_send_time</if>
            <if test="dateLimit != null and dateLimit = '1'"> and CURDATE() + 1 > long_send_time</if>
            <!-- <if test="visitTime != null">and visit_time = #{visitTime}</if> -->
            <!--<if test="visitDeptCode != null">and visit_dept_code = #{visitDeptCode}</if>
            <if test="visitDeptName != null">and visit_dept_name = #{visitDeptName}</if>-->