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