Explorar o código

add
废液管理
修改异常标识

lifang hai 3 meses
pai
achega
93a8e1150d

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