陈昶聿
12 小时以前 0c0a64646a2a04d24a3c7e28d1e9d2a96dc569e4
ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml
@@ -630,7 +630,7 @@
        from healthy_user u
        where 1=1
            <if test="orgid != null and orgid != ''">
                AND orgid = #{orgid}
                AND u.orgid = #{orgid}
            </if>
            <if test="userId != null and userId != 0">
                AND u.user_id = #{userId}