|
|
@@ -331,7 +331,7 @@
|
|
|
<if test="query.patientName!=null and query.patientName!=''">
|
|
|
and patient_name like concat('%',#{query.patientName},'%')
|
|
|
</if>
|
|
|
- <if test="query.clinicName!=null and query.clinicName!=''">
|
|
|
+ <if test="query.surgeryName!=null and query.surgeryName!=''">
|
|
|
and c.surgery_name like concat('%',#{query.surgeryName},'%')
|
|
|
</if>
|
|
|
<if test="query.liquidType!=null and query.liquidType == false">
|