| | |
| | | <if test="sendstate != null ">and sendstate = #{sendstate}</if> |
| | | <if test="drname != null and drname != ''">and drname like concat('%', #{drname}, '%')</if> |
| | | <if test="taskName != null and taskName != ''">and task_name like concat('%', #{taskName}, '%')</if> |
| | | <if test="drcode != null ">and drcode = #{drcode}</if> |
| | | <if test="drcode != null and drcode != ''">and (drcode = #{drcode}</if> |
| | | <if test="nurseId != null and nurseId != ''">or nurse_id = #{nurseId})</if> |
| | | <if test="starttime != null ">and starttime = #{starttime}</if> |
| | | <if test="endtime != null ">and endtime = #{endtime}</if> |
| | | <if test="excep != null ">and excep = #{excep}</if> |
| | | <if test="nurseId != null ">and nurse_id = #{nurseId}</if> |
| | | <if test="nurseName != null ">and nurse_name = #{nurseName}</if> |
| | | <if test="score != null">and score = #{score}</if> |
| | | <if test="remark != null">and remark = #{remark}</if> |