From 7039bebd43676821d553f5f1896cdc47b358b082 Mon Sep 17 00:00:00 2001 From: SjS Date: Sat, 12 Apr 2025 18:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=85=E9=9A=9C=E6=96=B0=E5=A2=9E=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/bst/fault/mapper/FaultMapper.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ruoyi-service/src/main/java/com/ruoyi/bst/fault/mapper/FaultMapper.xml b/ruoyi-service/src/main/java/com/ruoyi/bst/fault/mapper/FaultMapper.xml index 46a9941..d76118b 100644 --- a/ruoyi-service/src/main/java/com/ruoyi/bst/fault/mapper/FaultMapper.xml +++ b/ruoyi-service/src/main/java/com/ruoyi/bst/fault/mapper/FaultMapper.xml @@ -24,12 +24,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" bf.store_id, ba.name as area_name, su.agent_id - from bst_fault bf - left join bst_area ba on bf.area_id = ba.id - left join sys_user su on bf.store_id = su.user_id + from - from bst_fault bf + bst_fault bf + left join bst_area ba on bf.area_id = ba.id left join sys_user su on bf.store_id = su.user_id @@ -271,8 +270,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - - +