局长信箱-后台服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 lines
217 B

update notice set type = 'web';
ALTER TABLE "mailbox"."system_log_operate"
ADD COLUMN "operator_name" varchar;
update system_log_operate l set l.operator_name = u.name from police_user u where l.admin_id = u.id;