Browse Source

修改 mapper 字段错误

crazycat 2 years ago
parent
commit
42a8f9bcd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/LampMapper.xml

+ 1 - 1
src/main/resources/mapper/LampMapper.xml

@@ -172,7 +172,7 @@
         </if>
 
         <if test="alarmType != null">
-            AND AI.faultstatus = #{alarmType}
+            AND L.faultstatus = #{alarmType}
         </if>
 
         order by L.number asc,L.mode asc,L.createtime desc,L.id desc