|
@@ -200,6 +200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="createTimeLong" column="createTimeLong"/>
|
|
|
<result property="doTimeLong" column="doTimeLong"/>
|
|
|
<result property="reportStatu" column="reportStatu"/>
|
|
|
+ <result property="finishStatus" column="finishStatus"/>
|
|
|
<result property="studyQueueStatus" column="studyQueueStatus"/>
|
|
|
<result property="applyTimeLong" column="applyTimeLong"/>
|
|
|
<result property="userId" column="user_id"/>
|
|
@@ -947,6 +948,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
cg.class_start_time as createTimeLong,
|
|
|
cgu.official_status_time as doTimeLong,
|
|
|
cgu.official_status as reportStatu,
|
|
|
+ cgu.finish_status as finishStatus,
|
|
|
cgu.period_plush as studyQueueStatus,
|
|
|
cgu.period_wait_time as applyTimeLong,
|
|
|
u.user_id,
|