Commit 611c03a2b6e25a1b03e9bbe4bdf9f3f8fc8d39ef

Authored by jiangjiazhi
1 parent 2d9cfcd9ac

增加是否通知

Showing 1 changed file with 0 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/Users.xml View file @ 611c03a
... ... @@ -26,7 +26,6 @@
26 26 <result column="zhiChenId" property="zhiChenId" jdbcType="INTEGER"/>
27 27 </resultMap>
28 28  
29   -
30 29 <insert id="addUsers" parameterType="com.lyms.platform.permission.model.Users">
31 30 <selectKey order="AFTER" keyProperty="id" resultType="java.lang.Integer"> SELECT LAST_INSERT_ID() </selectKey>
32 31 insert into users (foreign_id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,publish_name,yn,enable,modified,created,remarks,last_login_time,ks_id,zhiChenId)