陈昶聿
2026-08-27 d55ec23e72d5f0b4b9c8c95dacfe1b4f797abd7f
【丽水】出院数据导入orgid无生效
已修改1个文件
1 ■■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/PatArchiveMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/PatArchiveMapper.xml
@@ -185,6 +185,7 @@
        <include refid="selectPatArchiveVo"/>
        where 1=1
            and del_flag = 0
            <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if>
            <if test="name != null  and name != ''">and name like concat('%', #{name}, '%')</if>
            <if test="idcardno != null  and idcardno != ''">and idcardno = #{idcardno}</if>
            <if test="sourcefrom != null ">and sourcefrom = #{sourcefrom}</if>