代码提交

This commit is contained in:
huangzj
2023-10-26 09:25:47 +08:00
parent 9f4ea53421
commit e069b440b8

View File

@@ -25,6 +25,6 @@
cs_tourist_data a
LEFT JOIN cs_ledger b ON a.device_id = b.id
LEFT JOIN cs_ledger c ON a.project_id = c.id
LEFT JOIN cs_ledger d ON a.enginer_id = d.id;
LEFT JOIN cs_ledger d ON a.enginer_id = d.id where b.state=1 and c.state=1 and d.state=1;
</select>
</mapper>