代码提交
This commit is contained in:
@@ -25,6 +25,6 @@
|
|||||||
cs_tourist_data a
|
cs_tourist_data a
|
||||||
LEFT JOIN cs_ledger b ON a.device_id = b.id
|
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 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>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user