Commit 7e22ba637f6ac219603dd503b99fd1cc0395400e
1 parent
dde6b0a3
刷线上课数据
Showing
1 changed file
with
1 additions
and
1 deletions
database/sql_log.sql
| ... | ... | @@ -3042,7 +3042,7 @@ update zygj_class_schedule set delete_flag=0; |
| 3042 | 3042 | update zygj_class_schedule_classroom set delete_flag=0; |
| 3043 | 3043 | update zygj_class_schedule_info set delete_flag=0; |
| 3044 | 3044 | |
| 3045 | -update zygj_solution_class set class_status=1 and type=1 where class_id in( | |
| 3045 | +update zygj_solution_class set class_status=1 , type=1 where class_id in( | |
| 3046 | 3046 | 5, |
| 3047 | 3047 | 18270, |
| 3048 | 3048 | 18274, | ... | ... |