陈昶聿
2 天以前 486fae71e8e826787a75ed343ec286ca70da51dd
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2265,6 +2265,12 @@
        COUNT(*) AS allVisitCount
        FROM service_subtask
        WHERE del_flag = '0'
        <if test="orgid != null and orgid != ''">
            AND orgid = #{orgid}
        </if>
        <if test="deptcode != null and deptcode != ''">
            AND deptcode = #{deptcode}
        </if>
        <if test="leavehospitaldistrictcodes != null and leavehospitaldistrictcodes.size() > 0">
            AND leavehospitaldistrictcode IN
            <foreach collection="leavehospitaldistrictcodes" item="leavehospitaldistrictcode" open="("