Commit 1399b47c authored by hezhen's avatar hezhen

修改车辆管理

parent f805f68c
...@@ -66,14 +66,14 @@ ...@@ -66,14 +66,14 @@
vehicle.number_plate = #{numberPlate} and vehicle.number_plate = #{numberPlate} and
</if> </if>
<if test="companyList != null"> <if test="companyList != null">
( vehicle.park_branch_company_id in ( ( vehicle_departure_log.departure_branch_company_id in (
<foreach collection="companyList" item="companyId"> <foreach collection="companyList" item="companyId">
<trim suffixOverrides=","> <trim suffixOverrides=",">
#{companyId}, #{companyId},
</trim> </trim>
</foreach> </foreach>
) )
or vehicle.expect_destination_branch_company_id in ( or vehicle_departure_log.arrival_branch_company_id in (
<foreach collection="companyList" item="companyId"> <foreach collection="companyList" item="companyId">
<trim suffixOverrides=","> <trim suffixOverrides=",">
#{companyId}, #{companyId},
......
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