|
|
@@ -870,6 +870,7 @@
|
|
|
io.create_time,
|
|
|
io.create_by,
|
|
|
io.error_message,
|
|
|
+ io.parent_id,
|
|
|
ioci.license_no,
|
|
|
ioci.vin_no,
|
|
|
owner_u.name as owner_name,
|
|
|
@@ -948,6 +949,9 @@
|
|
|
<if test="insOrdersParam.orderNo != null and insOrdersParam.orderNo != ''">
|
|
|
AND io.id = #{insOrdersParam.orderNo}
|
|
|
</if>
|
|
|
+ <if test="insOrdersParam.parentId != null and insOrdersParam.parentId != ''">
|
|
|
+ AND io.parent_id = #{insOrdersParam.parentId}
|
|
|
+ </if>
|
|
|
<if test="insOrdersParam.licenseNo != null and insOrdersParam.licenseNo != ''">
|
|
|
AND ioci.license_no = #{insOrdersParam.licenseNo}
|
|
|
</if>
|