You've already forked FrameTour-BE
更新密码
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<update id="update" parameterType="com.ycwl.basic.model.pc.adminUser.req.AddOrUpdateAdminUserReqVO">
|
||||
update admin_user
|
||||
set `role_id` =#{roleId}, `account`=#{account}, `name`=#{name}, `phone`=#{phone}
|
||||
<if test="password != null">, `password`=#{password}</if>, update_at = NOW()
|
||||
where id = #{id}
|
||||
</update>
|
||||
<update id="updatePassword">
|
||||
|
Reference in New Issue
Block a user