处理报表bug
This commit is contained in:
parent
68467fbe46
commit
d267810e5c
|
|
@ -1244,7 +1244,7 @@
|
|||
</foreach>
|
||||
</if>
|
||||
<if test="salarySobIds != null and salarySobIds.size()>0">
|
||||
AND salary_sob_id IN
|
||||
AND t.salary_sob_id IN
|
||||
<foreach collection="salarySobIds" open="(" item="salarySobId" separator="," close=")">
|
||||
#{salarySobId}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue