|
@@ -138,7 +138,7 @@
|
|
|
</select>
|
|
|
<insert id="insertOperation">
|
|
|
INSERT INTO cm_mall_operation_user (userOrganizeID, userType, userID, clubID, mobile, linkName, STATUS, unionId, bindTime, addTime, delFlag)
|
|
|
- values(#{organizeId}, #{userType}, #{userId}, #{clubId}, #{mobile}, #{linkName}, #{status}, #{unionId}, #{bindTime}, #{addtime}, #{delFlag})
|
|
|
+ values(#{organizeId}, #{userType}, #{userId}, #{clubId}, #{mobile}, #{linkName}, #{status}, #{unionId}, #{bindTime}, #{addTime}, #{delFlag})
|
|
|
</insert>
|
|
|
<select id="getLoginUserByMobile" resultType="com.caimei365.user.model.vo.UserLoginVo">
|
|
|
select u.userID as userId,
|