|
@@ -41,6 +41,7 @@
|
|
<result column="phone_" jdbcType="VARCHAR" property="phone"/>
|
|
<result column="phone_" jdbcType="VARCHAR" property="phone"/>
|
|
<result column="pay_state_" jdbcType="INTEGER" property="payState"/>
|
|
<result column="pay_state_" jdbcType="INTEGER" property="payState"/>
|
|
<result column="state_" jdbcType="INTEGER" property="state"/>
|
|
<result column="state_" jdbcType="INTEGER" property="state"/>
|
|
|
|
+ <result column="logo_" jdbcType="VARCHAR" property="logo"/>
|
|
<result column="real_name_" jdbcType="VARCHAR" property="createdName"/>
|
|
<result column="real_name_" jdbcType="VARCHAR" property="createdName"/>
|
|
<!-- 机构产品信息-->
|
|
<!-- 机构产品信息-->
|
|
<result column="serve_name_" jdbcType="VARCHAR" property="serveName"/>
|
|
<result column="serve_name_" jdbcType="VARCHAR" property="serveName"/>
|
|
@@ -55,6 +56,7 @@
|
|
a.`phone_`,
|
|
a.`phone_`,
|
|
a.`pay_state_`,
|
|
a.`pay_state_`,
|
|
a.`state_`,
|
|
a.`state_`,
|
|
|
|
+ a.logo_,
|
|
u.`real_name_`,
|
|
u.`real_name_`,
|
|
c.`name_` AS serve_name_,
|
|
c.`name_` AS serve_name_,
|
|
d.`student_up_limit_`,
|
|
d.`student_up_limit_`,
|