Просмотр исходного кода

优化益寿缘医生端确认处方逻辑

cgp 1 месяц назад
Родитель
Сommit
cca568f48f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fs-service/src/main/resources/mapper/his/FsStoreOrderMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/his/FsStoreOrderMapper.xml

@@ -2390,7 +2390,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
 
     <select id="selectByPrescriptionId" resultType="com.fs.his.domain.FsStoreOrder">
     <select id="selectByPrescriptionId" resultType="com.fs.his.domain.FsStoreOrder">
         <include refid="selectFsStoreOrderVo"/>
         <include refid="selectFsStoreOrderVo"/>
-        where prescription_id = #{prescriptionId}
+        where prescribe_id = #{prescriptionId}
     </select>
     </select>
 
 
 </mapper>
 </mapper>