smartor/src/main/resources/mapper/smartor/ServiceTaskMapper.xml
@@ -96,6 +96,7 @@ <select id="selectServiceTaskList" parameterType="com.smartor.domain.ServiceTask" resultMap="ServiceTaskResult"> <include refid="selectServiceTaskVo"/> <where> del_flag=0 <if test="taskName != null and taskName != ''">and task_name like concat('%', #{taskName}, '%')</if> <if test="sendTimeSlot != null and sendTimeSlot != ''">and send_time_slot like concat('%', #{sendTimeSlot}, '%')