فهرست منبع

add 临床详情

A17404李放 3 سال پیش
والد
کامیت
5d46e822ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nb-system/src/main/resources/mapper/bus/BusInfusionHistoryMapper.xml

+ 1 - 1
nb-system/src/main/resources/mapper/bus/BusInfusionHistoryMapper.xml

@@ -319,7 +319,7 @@
         join (select * from bus_patient
         <where>
             <if test="query.patientCode != null">
-                and patient_code like concat('%',#{query.patientCode},'%')
+                and code like concat('%',#{query.patientCode},'%')
             </if>
         </where>
         ) as p on p.id = c.patient_id