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

修改排班bug

parent 7f6ceedd
......@@ -381,7 +381,7 @@
and v1.status = #{status}
</if>
<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=")">
#{id}
</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