chao 4 년 전
부모
커밋
5a436349af
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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},