소스 검색

更新角色

LingGong 4 년 전
부모
커밋
d3a17274f8
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/main/resources/mapper/base/RoleExt.xml

+ 3 - 2
src/main/resources/mapper/base/RoleExt.xml

@@ -53,8 +53,9 @@
 		)
 	</insert>
 
-	<update id="Role" parameterType="am.lodge.platform.model.RoleExt">
-		 sys_role
+
+	<update id="updateRole" parameterType="am.lodge.platform.model.RoleExt">
+	  update	 sys_role
 		<set>
 			<if test="name != null">NAME=#{name},</if>
 			<if test="type != null">TYPE=#{type},</if>