更新
This commit is contained in:
parent
458c112b59
commit
69aecb2693
@ -210,4 +210,6 @@ public class InspectionInfo extends TenantBaseDO
|
|||||||
private String appointmentTime; // 经度
|
private String appointmentTime; // 经度
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private Integer meetType;
|
private Integer meetType;
|
||||||
|
@TableField(exist = false)
|
||||||
|
private String content;
|
||||||
}
|
}
|
||||||
|
@ -444,8 +444,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</if>
|
</if>
|
||||||
<!-- 接车订单转工单 -->
|
<!-- 接车订单转工单 -->
|
||||||
<if test="inspectionInfo.status == 8">
|
<if test="inspectionInfo.status == 8">
|
||||||
SELECT imco.*
|
SELECT imco.*,iisi.content
|
||||||
FROM inspection_meet_car_order imco
|
FROM inspection_meet_car_order imco
|
||||||
|
LEFT JOIN inspection_step_info iisi ON imco.id = iisi.inspection_info_id
|
||||||
WHERE imco.deleted = 0 AND imco.inspection_info_id IS NULL AND imco.is_meet = '1'
|
WHERE imco.deleted = 0 AND imco.inspection_info_id IS NULL AND imco.is_meet = '1'
|
||||||
<!-- 车牌号模糊查询 -->
|
<!-- 车牌号模糊查询 -->
|
||||||
<if test="inspectionInfo.carNum != null">
|
<if test="inspectionInfo.carNum != null">
|
||||||
|
Loading…
Reference in New Issue
Block a user