|
@@ -98,7 +98,7 @@
|
|
|
<if test="uploadYears !=null and uploadYears != ''">
|
|
|
AND DATE_FORMAT( date_time, '%Y-%m' ) = #{uploadYears}
|
|
|
</if>
|
|
|
- <if test="accountIds !=null and accountIds != ''">
|
|
|
+ <if test='accountIds != null and accountIds.size() > 0'>
|
|
|
AND account_id in
|
|
|
<foreach collection="accountIds" item="item" separator=","
|
|
|
open="(" close=")">
|