|
|
@@ -334,10 +334,10 @@
|
|
|
<if test="query.clinicName!=null and query.clinicName!=''">
|
|
|
and clinic_name like concat('%',#{query.clinicName},'%')
|
|
|
</if>
|
|
|
- <if test="query.liquidType!=null and query.liquidType == true">
|
|
|
+ <if test="query.liquidType!=null and query.liquidType == false">
|
|
|
and liquid_checker is null
|
|
|
</if>
|
|
|
- <if test="query.liquidType!=null and query.liquidType == false">
|
|
|
+ <if test="query.liquidType!=null and query.liquidType == true">
|
|
|
and liquid_checker is not null
|
|
|
</if>
|
|
|
</where>
|