소스 검색

add
废液管理
修改异常标识

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

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

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