瀏覽代碼

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>