Commit d25a50d2f76571ca68c30593bff8156f53239c0a

Authored by jiangjiazhi
1 parent 804202c29c

增加是否通知

Showing 1 changed file with 0 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/Roles.xml View file @ d25a50d
... ... @@ -17,8 +17,6 @@
17 17 <result column="orgid" property="orgId" jdbcType="INTEGER"/>
18 18 </resultMap>
19 19  
20   -
21   -
22 20 <insert id="addRoles" parameterType="com.lyms.platform.permission.model.Roles">
23 21 <selectKey order="AFTER" keyProperty="id" resultType="java.lang.Integer"> SELECT LAST_INSERT_ID() </selectKey>
24 22 insert into roles (type,name,publish_id,publish_name,yn,enable,modified,created,remarks,shortCode,orgid) values (#{type},#{name},#{publishId},#{publishName},#{yn},#{enable},#{modified},#{created},#{remarks},#{shortCode},#{orgid})