|
@@ -778,8 +778,34 @@
|
|
|
|
|
|
|
|
<select id="queryPageOrderByLinkType" resultMap="BaseResultMap">
|
|
<select id="queryPageOrderByLinkType" resultMap="BaseResultMap">
|
|
|
select
|
|
select
|
|
|
- io.*,
|
|
|
|
|
- iac.id as subOrderId
|
|
|
|
|
|
|
+ io.orderno as orderno,
|
|
|
|
|
+ io.quoteno as quoteno,
|
|
|
|
|
+ io.orderstatus as orderstatus,
|
|
|
|
|
+ io.carinfo as carinfo,
|
|
|
|
|
+ io.userid as userid,
|
|
|
|
|
+ io.username as username,
|
|
|
|
|
+ io.deptid as deptid,
|
|
|
|
|
+ io.deptname as deptname,
|
|
|
|
|
+ io.ownerinfo as ownerinfo,
|
|
|
|
|
+ io.applyinfo as applyinfo,
|
|
|
|
|
+ io.insureinfo as insureinfo,
|
|
|
|
|
+ io.agreeid as agreeid,
|
|
|
|
|
+ io.productid as productid,
|
|
|
|
|
+ io.product as product,
|
|
|
|
|
+ io.createtime as createtime,
|
|
|
|
|
+ io.frameno as frameno,
|
|
|
|
|
+ io.licenseno as licenseno,
|
|
|
|
|
+ io.insuredname as insuredname,
|
|
|
|
|
+ io.jqstartdate as jqstartdate,
|
|
|
|
|
+ io.jqenddate as jqenddate,
|
|
|
|
|
+ io.systartdate as systartdate,
|
|
|
|
|
+ io.syenddate as syenddate,
|
|
|
|
|
+ io.risk as risk,
|
|
|
|
|
+ io.king as king,
|
|
|
|
|
+ io.vehicle_and_vessel_tax as vehicleAndVesselTax,
|
|
|
|
|
+ iac.id as subOrderId,
|
|
|
|
|
+ iac.company_id as company_id,
|
|
|
|
|
+ iac.inscompany as ins_company
|
|
|
from
|
|
from
|
|
|
ins_area_company iac
|
|
ins_area_company iac
|
|
|
left JOIN
|
|
left JOIN
|