|
|
@ -22,7 +22,7 @@
|
|
|
|
<if test="task.sysflag !=null and task.sysflag != ''">
|
|
|
|
<if test="task.sysflag !=null and task.sysflag != ''">
|
|
|
|
and sysflag=#{task.sysflag}
|
|
|
|
and sysflag=#{task.sysflag}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="task.patient_id !=null and task.patient_id != ''">
|
|
|
|
<if test="task.patientId !=null and task.patientId != ''">
|
|
|
|
and patient_id=#{task.patientId}
|
|
|
|
and patient_id=#{task.patientId}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="task.C1 !=null and task.C1 != ''">
|
|
|
|
<if test="task.C1 !=null and task.C1 != ''">
|
|
|
|