chao %!s(int64=4) %!d(string=hai) anos
pai
achega
5a436349af
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/main/resources/mappings/modules/user/CmUserMapper.xml

+ 0 - 2
src/main/resources/mappings/modules/user/CmUserMapper.xml

@@ -223,7 +223,6 @@
 
     <insert id="insert" parameterType="CmUser" keyProperty="userID" useGeneratedKeys="true">
 		INSERT INTO user(
-			userOrganizeID,
 			account,
 		  	realName,
 		  	userIdentity,
@@ -297,7 +296,6 @@
 			isMeiDaoAuthorized,
 			guideFlag
 		) VALUES (
-			#{userOrganizeID},
 			#{account},
 		  	#{realName},
 		  	#{userIdentity},