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