|
@@ -175,7 +175,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="educationName" column="education_name"/>
|
|
|
<result property="sevenYear" column="seven_year"/>
|
|
|
<result property="orgId" column="org_id"/>
|
|
|
-
|
|
|
+ <result property="createTime" column="create_time"/>
|
|
|
<result property="userBindWx" column="user_bind_wx"/>
|
|
|
<result property="userFollowWx" column="user_follow_wx"/>
|
|
|
<result property="useStudyCount" column="use_study_count"/>
|
|
@@ -741,6 +741,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
g.goods_name,
|
|
|
og.order_sn,
|
|
|
og.seven_year,
|
|
|
+ og.create_time,
|
|
|
m.category_name,
|
|
|
g.major_id,
|
|
|
u.province,
|