|
left join biz_entrust t9 on t9.work_order_id = t1.work_order_id and t9.deleted = 0 and date_format(t9.current_month, '%Y%m') = concat(#{year}, #{month})
|
|
left join biz_entrust t9 on t9.work_order_id = t1.work_order_id and t9.deleted = 0 and date_format(t9.current_month, '%Y%m') = concat(#{year}, #{month})
|