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