This commit is contained in:
xyc 2025-06-17 17:41:23 +08:00
parent 458c112b59
commit 69aecb2693
2 changed files with 4 additions and 1 deletions

View File

@ -210,4 +210,6 @@ public class InspectionInfo extends TenantBaseDO
private String appointmentTime; // 经度
@TableField(exist = false)
private Integer meetType;
@TableField(exist = false)
private String content;
}

View File

@ -444,8 +444,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
<!-- 接车订单转工单 -->
<if test="inspectionInfo.status == 8">
SELECT imco.*
SELECT imco.*,iisi.content
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'
<!-- 车牌号模糊查询 -->
<if test="inspectionInfo.carNum != null">