|
|
@@ -51,6 +51,7 @@
|
|
|
<resultMap id="OrderResultMap" type="com.ydtech.modules.order.entity.vo.OrderVo">
|
|
|
<id property="orderno" column="orderno" jdbcType="VARCHAR"/>
|
|
|
<result property="quoteno" column="quoteno" jdbcType="VARCHAR"/>
|
|
|
+ <result property="apiType" column="api_type" jdbcType="VARCHAR"/>
|
|
|
<result property="orderstatus" column="orderstatus" jdbcType="VARCHAR"/>
|
|
|
<result property="carinfo" column="carinfo" javaType="com.alibaba.fastjson.JSONObject"
|
|
|
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
@@ -195,6 +196,7 @@
|
|
|
iac.sy_start_date as systartdate,
|
|
|
iac.sy_end_date as syenddate,
|
|
|
iac.id,
|
|
|
+ iac.api_type,
|
|
|
iac.company_id,
|
|
|
iac.reptxt,
|
|
|
iac.orderstatus,
|