Commit f114d0bf authored by 周健威's avatar 周健威

修改排班bug

parent a6d96bff
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
and v1.status = #{status} and v1.status = #{status}
</if> </if>
<if test="companyIds != null and companyIds.size > 0"> <if test="companyIds != null and companyIds.size > 0">
v1.park_branch_company_id in and v1.park_branch_company_id in
<foreach collection="companyIds" item="id" open="(" separator="," close=")"> <foreach collection="companyIds" item="id" open="(" separator="," close=")">
#{id} #{id}
</foreach> </foreach>
......
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