Commit a20e9e7100cd8d68dfef3b10ecdaeed16c8de9f8
1 parent
7e22ba63
刷线上课数据
Showing
1 changed file
with
67 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -3101,4 +3101,71 @@ update zygj_solution_class t1,(select IFNULL(c.root_class,zc.class_id) root_cla |
| 3101 | 3101 | )t2 set t1.class_id=t2.root_class where t1.class_id=t2.class_id and t1.delete_flag=1 and t1.class_status=0 and t1.type=0; |
| 3102 | 3102 | -- ---------------------------- |
| 3103 | 3103 | -- 2017-09-20 段世尧 脚本版本 201709211053 END |
| 3104 | +-- ---------------------------- | |
| 3105 | + | |
| 3106 | + | |
| 3107 | +-- ---------------------------- | |
| 3108 | +-- 2017-09-21 | |
| 3109 | +-- 段世尧 | |
| 3110 | +-- 脚本版本 201709211226 | |
| 3111 | +-- 涉及功能 更新错误数据 | |
| 3112 | +-- 执行环境 予发布和灰度 | |
| 3113 | +-- START | |
| 3114 | +-- ---------------------------- | |
| 3115 | +update zygj_solution_class sc,( | |
| 3116 | +select id,class_id from zygj_solution_class_bf where class_id in (5, | |
| 3117 | +18270, | |
| 3118 | +18274, | |
| 3119 | +18275, | |
| 3120 | +18277, | |
| 3121 | +18278, | |
| 3122 | +18279, | |
| 3123 | +18281, | |
| 3124 | +18291, | |
| 3125 | +18301, | |
| 3126 | +18303, | |
| 3127 | +18327, | |
| 3128 | +18388, | |
| 3129 | +18581, | |
| 3130 | +18587, | |
| 3131 | +18666, | |
| 3132 | +18917, | |
| 3133 | +18995, | |
| 3134 | +19456, | |
| 3135 | +19462, | |
| 3136 | +19464, | |
| 3137 | +19466, | |
| 3138 | +19841, | |
| 3139 | +20013, | |
| 3140 | +20015, | |
| 3141 | +20016, | |
| 3142 | +20036, | |
| 3143 | +20037, | |
| 3144 | +20038, | |
| 3145 | +20391, | |
| 3146 | +20395, | |
| 3147 | +20398, | |
| 3148 | +20400, | |
| 3149 | +20402, | |
| 3150 | +20405, | |
| 3151 | +20442, | |
| 3152 | +20443, | |
| 3153 | +20444, | |
| 3154 | +20445, | |
| 3155 | +20452, | |
| 3156 | +20454, | |
| 3157 | +20638, | |
| 3158 | +20639, | |
| 3159 | +20649, | |
| 3160 | +20718, | |
| 3161 | +20741, | |
| 3162 | +20912, | |
| 3163 | +20913, | |
| 3164 | +20914, | |
| 3165 | +20915, | |
| 3166 | +20916, | |
| 3167 | +20917)) ssc set sc.class_id=ssc.class_id ,sc.class_status=1,sc.type=1 where sc.id=ssc.id | |
| 3168 | + | |
| 3169 | +-- ---------------------------- | |
| 3170 | +-- 2017-09-20 段世尧 脚本版本 201709211226 END | |
| 3104 | 3171 | -- ---------------------------- |
| 3105 | 3172 | \ No newline at end of file | ... | ... |