Commit a320443e by 徐高华

企微托管

parent 7a6e397c
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
and a.create_time <![CDATA[<=]]> #{endDate} and a.create_time <![CDATA[<=]]> #{endDate}
</if> </if>
<if test="staffIds != null"> <if test="staffIds != null and staffIds.size >0">
and a.staff_id IN and a.staff_id IN
<foreach collection="staffIds" item="id" index="index" open="(" close=")" separator=","> <foreach collection="staffIds" item="id" index="index" open="(" close=")" separator=",">
#{id,jdbcType=VARCHAR} #{id,jdbcType=VARCHAR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment