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

修改排班bug

parent a6d96bff
......@@ -389,7 +389,7 @@
<if test="zoneId !=null">
and bc2.zone_id = #{zoneId}
</if>
and is_del != 1
and is_del != 1
</where>
</select>
......@@ -462,7 +462,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