feat:登录
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
<result column="user_status" jdbcType="TINYINT" property="userStatus"/>
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
|
||||
<result column="third_oa_unique_flag" jdbcType="VARCHAR" property="thirdOaUniqueFlag"/>
|
||||
<result column="departments" jdbcType="VARCHAR" property="departments"/>
|
||||
<result column="roles" jdbcType="VARCHAR" property="roles"/>
|
||||
<result column="language" jdbcType="VARCHAR" property="language"/>
|
||||
<result column="position" jdbcType="VARCHAR" property="position"/>
|
||||
<result column="active" jdbcType="BIT" property="active"/>
|
||||
<result column="userType" jdbcType="BIT" property="userType"/>
|
||||
</resultMap>
|
||||
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.cool.store.entity.EnterpriseUserDO">
|
||||
<result column="user_region_ids" jdbcType="LONGVARCHAR" property="userRegionIds"/>
|
||||
@@ -134,7 +140,7 @@
|
||||
</select>
|
||||
|
||||
<select id="selectByMobile" resultMap="BaseResultMap">
|
||||
SELECT <include refid="Base_Column_List"/> FROM enterprise_user_${enterpriseId} WHERE mobile =#{mobile} and active = true LIMIT 1
|
||||
SELECT * FROM enterprise_user_${enterpriseId} WHERE mobile =#{mobile} and active = true LIMIT 1
|
||||
</select>
|
||||
|
||||
<select id="selectByInvestmentManager" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user