From 753c74d8a645d998ca8bfce7ff21255ec1a3c390 Mon Sep 17 00:00:00 2001 From: gaowdong Date: Tue, 10 Jun 2025 16:59:07 +0800 Subject: [PATCH] =?UTF-8?q?6243=20=E6=89=B9=E9=87=8F=E8=A1=A5=E8=B4=B4?= =?UTF-8?q?=E5=92=8C=E6=89=B9=E9=87=8F=E6=B8=85=E7=A9=BA=E8=A1=A5=E8=B4=B4?= =?UTF-8?q?=E6=97=B6=E4=BA=BA=E5=91=98=E7=9A=84=E6=89=80=E5=B1=9E=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E4=B8=8D=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/account/AccTradeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml index dd355db..991e194 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml @@ -239,7 +239,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" FROM account_trade ate LEFT JOIN sys_user su ON su.user_id = ate.user_id - LEFT JOIN sys_dept sd ON sd.dept_id = ate.dept_id + LEFT JOIN sys_dept sd ON sd.dept_id = su.dept_id LEFT JOIN account_trade_wallet_detail atwd ON ate.trade_id = atwd.trade_id