陈昶聿
12 小时以前 38481ffde1ad9d9cd6cd3cc73c66babc18eabe63
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -709,6 +709,7 @@
            resultMap="ServiceSubtaskResult">
        select sendstate,starttime,endtime,nurse_name,phone,sex,task_name,sendname,leavediagname,visit_time FROM
        service_subtask WHERE del_flag=0
        and service_type != 4
        <if test="leavediagname != null">and leavediagname like concat('%',#{leavediagname}, '%')</if>
        <if test="sendname != null">and sendname like concat('%',#{sendname}, '%')</if>
        <if test="taskName != null">and task_name like concat('%',#{taskName}, '%')</if>