@@ -750,6 +750,7 @@
from u_operation_log a,
blade_user b
where b.tenant_id = '000000' /*只查询后管系统的用户*/
+ and a.contract_id = 1
and a.operation_account = b.account
and a.operation_type = 1
and a.business_id like concat('%', #{sonId}, '%')