|
@@ -36,6 +36,9 @@
|
|
|
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
<result property="king" column="king" javaType="com.alibaba.fastjson.JSONArray"
|
|
<result property="king" column="king" javaType="com.alibaba.fastjson.JSONArray"
|
|
|
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="vehicleAndVesselTax" column="vehicle_and_vessel_tax"
|
|
|
|
|
+ javaType="com.alibaba.fastjson.JSONObject"
|
|
|
|
|
+ typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<resultMap id="OrderResultMap" type="com.ydtech.modules.order.entity.vo.OrderVo">
|
|
<resultMap id="OrderResultMap" type="com.ydtech.modules.order.entity.vo.OrderVo">
|
|
|
<id property="orderno" column="orderno" jdbcType="VARCHAR"/>
|
|
<id property="orderno" column="orderno" jdbcType="VARCHAR"/>
|
|
@@ -66,8 +69,11 @@
|
|
|
<result property="syenddate" column="syenddate" jdbcType="VARCHAR"/>
|
|
<result property="syenddate" column="syenddate" jdbcType="VARCHAR"/>
|
|
|
<result property="id" column="id" jdbcType="BIGINT"/>
|
|
<result property="id" column="id" jdbcType="BIGINT"/>
|
|
|
<result property="companyId" column="company_id" jdbcType="BIGINT"/>
|
|
<result property="companyId" column="company_id" jdbcType="BIGINT"/>
|
|
|
- <result property="reptxt" column="reptxt" javaType="com.alibaba.fastjson.JSONObject" typeHandler = "com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
|
|
- <result property="vehicleAndVesselTax" column="vehicle_and_vessel_tax" javaType="com.alibaba.fastjson.JSONObject" typeHandler = "com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
+ <result property="reptxt" column="reptxt" javaType="com.alibaba.fastjson.JSONObject"
|
|
|
|
|
+ typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="vehicleAndVesselTax" column="vehicle_and_vessel_tax"
|
|
|
|
|
+ javaType="com.alibaba.fastjson.JSONObject"
|
|
|
|
|
+ typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler" jdbcType="VARCHAR"/>
|
|
|
<result property="inscompany" column="inscompany" jdbcType="VARCHAR"/>
|
|
<result property="inscompany" column="inscompany" jdbcType="VARCHAR"/>
|
|
|
<result property="jqapplyno" column="jqapplyno" jdbcType="VARCHAR"/>
|
|
<result property="jqapplyno" column="jqapplyno" jdbcType="VARCHAR"/>
|
|
|
<result property="jqpolicyno" column="jqpolicyno" jdbcType="VARCHAR"/>
|
|
<result property="jqpolicyno" column="jqpolicyno" jdbcType="VARCHAR"/>
|
|
@@ -132,9 +138,9 @@
|
|
|
o.insuredname,
|
|
o.insuredname,
|
|
|
o.vehicle_and_vessel_tax,
|
|
o.vehicle_and_vessel_tax,
|
|
|
iac.jq_start_date as jqstartdate,
|
|
iac.jq_start_date as jqstartdate,
|
|
|
- iac.jq_end_date as jqenddate,
|
|
|
|
|
|
|
+ iac.jq_end_date as jqenddate,
|
|
|
iac.sy_start_date as systartdate,
|
|
iac.sy_start_date as systartdate,
|
|
|
- iac.sy_end_date as syenddate,
|
|
|
|
|
|
|
+ iac.sy_end_date as syenddate,
|
|
|
iac.id,
|
|
iac.id,
|
|
|
iac.company_id,
|
|
iac.company_id,
|
|
|
iac.reptxt,
|
|
iac.reptxt,
|
|
@@ -206,7 +212,8 @@
|
|
|
order by createtime desc
|
|
order by createtime desc
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
- <select id="getByUseridAndLicenseNo" resultType="com.ydtech.modules.order.entity.InsOrders" parameterType="com.ydtech.modules.order.entity.vo.VerifyOrdersVo">
|
|
|
|
|
|
|
+ <select id="getByUseridAndLicenseNo" resultType="com.ydtech.modules.order.entity.InsOrders"
|
|
|
|
|
+ parameterType="com.ydtech.modules.order.entity.vo.VerifyOrdersVo">
|
|
|
select *
|
|
select *
|
|
|
from ins_orders
|
|
from ins_orders
|
|
|
where userid = #{userId, jdbcType=VARCHAR}
|
|
where userid = #{userId, jdbcType=VARCHAR}
|