瀏覽代碼

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