Преглед изворни кода

修改 mapper 字段错误

crazycat пре 2 година
родитељ
комит
42a8f9bcd2
1 измењених фајлова са 1 додато и 1 уклоњено
  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