update20230503.sql 108 B

1234567
  1. use kgraph;
  2. DELETE from sys_user_post;
  3. DELETE from sys_dept;
  4. update `sys_user` set dept_id = null;
  5. commit;