Browse Source

联合丽格

huangzhiguo 2 years ago
parent
commit
1151b504aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/LoginMapper.xml

+ 1 - 1
src/main/resources/mapper/LoginMapper.xml

@@ -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,