兴安优化车辆包兼容
This commit is contained in:
@@ -20,7 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
select cpg.id, cpg.park_id, cpg.area, cpg.license, cpg.join_time, cpg.sn,cp.name park_name,se.name equipment_name,HOUR(TIMEDIFF(NOW(),cpg.join_time)) AS time_long
|
||||
from car_pass_gather cpg
|
||||
left join car_park cp on cp.id=cpg.park_id
|
||||
left join sys_equipment se on se.sequence=cpg.sn
|
||||
left join sys_equipment se on se.sequence=cpg.sn and se.product_id = 4
|
||||
</sql>
|
||||
|
||||
<select id="selectCarPassGatherList" parameterType="CarPassGather" resultMap="CarPassGatherResult">
|
||||
|
||||
Reference in New Issue
Block a user