Commit c73263529706c284d28bd91d80f72f0475fa08b4
1 parent
21f6c4c3
处理脏数据
Showing
1 changed file
with
16 additions
and
0 deletions
database/sql_log.sql
| ... | ... | @@ -3231,3 +3231,19 @@ CREATE TABLE `gxb_core`.`type_write` ( |
| 3231 | 3231 | -- ---------------------------- |
| 3232 | 3232 | -- 2017-09-22 李星 脚本版本 201709221708 END |
| 3233 | 3233 | |
| 3234 | + | |
| 3235 | +-- ---------------------------- | |
| 3236 | +-- 2017-09-25 | |
| 3237 | +-- liudaipeng | |
| 3238 | +-- 脚本版本 201709251010 | |
| 3239 | +-- 涉及功能 处理脏数据 | |
| 3240 | +-- 执行环境 予发布和灰度 | |
| 3241 | +-- START | |
| 3242 | +-- ---------------------------- | |
| 3243 | +update zygj_solution_class set class_id=18327,class_status=1 where id=629; | |
| 3244 | +update zygj_solution_class set class_id=20015,class_status=1 where id=1836; | |
| 3245 | +update zygj_solution_class set class_id=20016,class_status=1 where id=1837; | |
| 3246 | +update zygj_solution_class set class_id=20718,class_status=1 where id=2327; | |
| 3247 | +-- ---------------------------- | |
| 3248 | +-- 2017-09-25 liudaipeng 脚本版本 201709251010 END | |
| 3249 | +------------------------------- | ... | ... |