Преглед на файлове

BUG修复 查询历史断面错误问题

qinguocai преди 1 година
родител
ревизия
195c384957
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-system/src/main/resources/mapper/BerthingPointMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/BerthingPointMapper.xml

@@ -57,7 +57,7 @@
                 and a.site_id= #{berthingPointQuery.siteId}
             </if>
         </where>
-        and is_del = 0
+        and a.is_del = 0
         ORDER BY create_time DESC
     </select>