Commit 84c7ffcf58678c343d6f63ce22d1e58ef0770501
1 parent
d3584230
refactor(DEFECT-1603): 客户查询告警记录问题修复。
Showing
1 changed file
with
0 additions
and
3 deletions
... | ... | @@ -44,9 +44,6 @@ |
44 | 44 | LEFT JOIN tk_organization org ON org.id = d.organization_id |
45 | 45 | <where> |
46 | 46 | m.tenant_id = #{tenantId} |
47 | - <if test="customerId!=null"> | |
48 | - AND m.customer_id = #{customerId} | |
49 | - </if> | |
50 | 47 | <if test="severity!=null"> |
51 | 48 | AND severity = #{severity} |
52 | 49 | </if> | ... | ... |