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