|
|
@@ -133,6 +133,7 @@
|
|
|
<result property="jqLossRation" column="jq_loss_ration" jdbcType="VARCHAR"/>
|
|
|
<result property="syLossRation" column="sy_loss_ration" jdbcType="VARCHAR"/>
|
|
|
<result property="insCompany" column="inscompany" jdbcType="VARCHAR"/>
|
|
|
+ <result property="agreementId" column="agreement_id" jdbcType="VARCHAR"/>
|
|
|
<result property="userId" column="userid" jdbcType="VARCHAR"/>
|
|
|
<result property="userName" column="username" jdbcType="VARCHAR"/>
|
|
|
<result property="applyInfo" column="applyinfo" javaType="com.alibaba.fastjson.JSONObject"
|
|
|
@@ -370,6 +371,7 @@
|
|
|
b.sy_loss_ration,
|
|
|
b.score,
|
|
|
b.inscompany,
|
|
|
+ b.agreement_id,
|
|
|
a.userid,
|
|
|
a.username,
|
|
|
a.applyinfo,
|