소스 검색

add
废液管理
修改异常标识

lifang 3 달 전
부모
커밋
997e765583
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      nb-service/web-service/src/main/resources/mapper/bus/BusClinicMapper.xml

+ 2 - 2
nb-service/web-service/src/main/resources/mapper/bus/BusClinicMapper.xml

@@ -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>