소스 검색

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