|
@@ -35,6 +35,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="yiRecipientsRemark" column="yi_recipients_remark"/>
|
|
|
<result property="createTime" column="create_time"/>
|
|
|
<result property="updateTime" column="update_time"/>
|
|
|
+ <result property="openingBank" column="opening_bank"/>
|
|
|
+ <result property="openingName" column="opening_name"/>
|
|
|
+ <result property="proceedsAccount" column="proceeds_account"/>
|
|
|
</resultMap>
|
|
|
<resultMap type="com.zhongzheng.modules.bs.covenant.vo.BsCovenantVo" id="BsCovenantVoResult">
|
|
|
<result property="covenantId" column="covenant_id"/>
|
|
@@ -67,6 +70,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="yiRecipientsAddress" column="yi_recipients_address"/>
|
|
|
<result property="yiRecipientsPhone" column="yi_recipients_phone"/>
|
|
|
<result property="yiRecipientsRemark" column="yi_recipients_remark"/>
|
|
|
+ <result property="openingBank" column="opening_bank"/>
|
|
|
+ <result property="openingName" column="opening_name"/>
|
|
|
+ <result property="proceedsAccount" column="proceeds_account"/>
|
|
|
</resultMap>
|
|
|
<select id="selectByCovenantId" parameterType="com.zhongzheng.modules.bs.covenant.bo.BsCovenantQueryBo" resultMap="BsCovenantVoResult">
|
|
|
select * from
|