如:
select * from table_1 left join table_2 on table_1.id = table_2.t1_id and table_2.status > 0select * from table_1 left join table_2 on
如:
select * from table_1 left join table_2 on table_1.id = table_2.t1_id and table_2.status > 0select * from table_1 left join table_2 on