Commit 804202c29c41bc38dc554f2e271977dbd762214a
1 parent
8e9a451b9d
Exists in
master
and in
8 other branches
增加是否通知
Showing 1 changed file with 1 additions and 0 deletions
platform-biz-service/src/main/resources/mainOrm/Roles.xml
View file @
804202c
... | ... | @@ -18,6 +18,7 @@ |
18 | 18 | </resultMap> |
19 | 19 | |
20 | 20 | |
21 | + | |
21 | 22 | <insert id="addRoles" parameterType="com.lyms.platform.permission.model.Roles"> |
22 | 23 | <selectKey order="AFTER" keyProperty="id" resultType="java.lang.Integer"> SELECT LAST_INSERT_ID() </selectKey> |
23 | 24 | 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}) |