Commit c0840568600549c0a2403b32846c0aa8a476139e
1 parent
a80915cc
刷线上课数据(修改错误数据)
Showing
1 changed file
with
4 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -4006,6 +4006,10 @@ insert into user_node(user_id,tenant_id,school_id,classroom_id,created_at,upda |
| 4006 | 4006 | select classroom_teacher_id,tenant_id,zygj_school_id,id,NOW(),NOW(),delete_flag,CONCAT(tenant_id,',',zygj_school_id,',',id)as node from zygj_classroom where classroom_teacher_id in (select user_id from role_user where role_id=16) and delete_flag=1; |
| 4007 | 4007 | |
| 4008 | 4008 | |
| 4009 | +INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(71,7,1,now(),NOW()); | |
| 4010 | +INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(72,7,1,now(),NOW()); | |
| 4011 | +INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(73,7,1,now(),NOW()); | |
| 4012 | + | |
| 4009 | 4013 | -- ---------------------------- |
| 4010 | 4014 | -- 2017-10-20 段世尧 脚本版本 201710201524 END |
| 4011 | 4015 | -- ----------------------------- |
| 4012 | 4016 | \ No newline at end of file | ... | ... |