|
@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="rightRate" column="right_rate"/>
|
|
|
<result property="doMode" column="do_mode"/>
|
|
|
<result property="simulateExamId" column="simulate_exam_id"/>
|
|
|
+ <result property="fromPlat" column="from_plat"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
@@ -51,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="rightRate" column="right_rate"/>
|
|
|
<result property="doMode" column="do_mode"/>
|
|
|
<result property="simulateExamId" column="simulate_exam_id"/>
|
|
|
+ <result property="fromPlat" column="from_plat"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="getUserBankList" parameterType="com.zhongzheng.modules.user.bo.UserBankRecordQueryBo" resultType="com.zhongzheng.modules.user.vo.UserBankRecordVo">
|