6243 批量补贴和批量清空补贴时人员的所属组织不回显

This commit is contained in:
gaowdong 2025-06-10 16:59:07 +08:00
parent e32a7d6cfb
commit 753c74d8a6
1 changed files with 1 additions and 1 deletions

View File

@ -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
<where>
<if test="param.tradeType != null">