4.9
yanghb
2024-04-12 157989de1caa59f98c9d41e28d358ccbbe916261
common-buiness/src/main/java/cn/stylefeng/guns/modular/business/mapper/mapping/MentalAppointmentMapper.xml
@@ -10,6 +10,7 @@
            t_mental_appointment o
        LEFT JOIN toc_customer wu ON o.worker_id = wu.customer_id
        <where>
            o.`type` is null
            <if test="statusFlagList != null and statusFlagList.size != 0">
                AND o.status_flag IN
                <foreach item="item" collection="statusFlagList" index="index" open="(" separator="," close=")">