Ver código fonte

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

qinguocai 1 ano atrás
pai
commit
195c384957

+ 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>