insert into users(user_id,role_id,username,password,person_name,random,create_time,update_time) values(#{userIdb},#{roleId},#{username},#{password},#{personName},#{random},#{createTime},#{updateTime})
update users set username=#{username} , password=#{password} , person_name=#{personName},update_time=#{updateTime} where user_id=#{userId}
delete from users where user_id in
#{userids}
insert into
operation_history_admin(operator_id,operation_type_id,be_operated_id,operation_time,hash)
values(
#{userId},
#{operationTypeId},
#{userIdb},
#{operationTime},
#{hash})
insert into
operation_history_admin(operator_id,operation_type_id,be_operated_id,operation_time,hash)
values
(#{userId},#{operationTypeId},#{userIdb},#{operationTime},#{hash})