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=")">