|
@@ -54,6 +54,7 @@
|
|
|
<result property="commitPeriodStatus" column="commit_period_status"/>
|
|
|
<result property="commitPeriodRemark" column="commit_period_remark"/>
|
|
|
<result property="gradeType" column="grade_type"/>
|
|
|
+ <result property="examLimitClient" column="exam_limit_client"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.goods.vo.GoodsVo" id="GoodsResultVo">
|
|
@@ -141,6 +142,7 @@
|
|
|
<result property="commitPeriodStatus" column="commit_period_status"/>
|
|
|
<result property="commitPeriodRemark" column="commit_period_remark"/>
|
|
|
<result property="gradeType" column="grade_type"/>
|
|
|
+ <result property="examLimitClient" column="exam_limit_client"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.exam.vo.ExamNumberGoodsVo" id="ExamNumberGoodsVoResult">
|