瀏覽代碼

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