6243 批量补贴和批量清空补贴时人员的所属组织不回显
This commit is contained in:
parent
e32a7d6cfb
commit
753c74d8a6
|
|
@ -239,7 +239,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
FROM
|
FROM
|
||||||
account_trade ate
|
account_trade ate
|
||||||
LEFT JOIN sys_user su ON su.user_id = ate.user_id
|
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
|
LEFT JOIN account_trade_wallet_detail atwd ON ate.trade_id = atwd.trade_id
|
||||||
<where>
|
<where>
|
||||||
<if test="param.tradeType != null">
|
<if test="param.tradeType != null">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue