chao 4 years ago
parent
commit
5a436349af
1 changed files with 0 additions and 2 deletions
  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},