From 8b94230d7832668f366568045e8cdd39edbf815f Mon Sep 17 00:00:00 2001 From: GUO <1923636941@qq.com> Date: Sun, 26 May 2024 00:56:13 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xmgl/modules/checking/mapper/xml/XzCheckingRouteMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/checking/mapper/xml/XzCheckingRouteMapper.xml b/src/main/java/com/zhgd/xmgl/modules/checking/mapper/xml/XzCheckingRouteMapper.xml index e407c13c5..523b26b4e 100644 --- a/src/main/java/com/zhgd/xmgl/modules/checking/mapper/xml/XzCheckingRouteMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/checking/mapper/xml/XzCheckingRouteMapper.xml @@ -16,7 +16,6 @@ from xz_checking_route as t join enterprise_info ei on find_in_set(ei.id, t.enterprise_id) group by t.id) as t - join xz_checking_route t1 on t1.id = t.id