陈昶聿
2 天以前 f282cbb3b22ab8c0cf3d5b9e58ab18af381e4d22
【丽水】出院随访查询,统计没有同步excep
已修改1个文件
3 ■■■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2246,6 +2246,9 @@
        <if test="guid != null and guid != ''">
            AND guid = #{guid}
        </if>
        <if test="excep != null ">
            AND excep = #{excep}
        </if>
        <if test="visitCount != null and visitCount == 1">
            AND visit_count = 1
        </if>