Commit ece9e2d1064e07466db6d0978451dd0944557a75

Authored by 刘岱鹏
1 parent f7fd4a07

线上数据修复

Showing 1 changed file with 14 additions and 0 deletions
database/sql_log.sql
@@ -3158,4 +3158,18 @@ update zygj_solution_class sc,(select id,class_id from zygj_solution_class_bf @@ -3158,4 +3158,18 @@ update zygj_solution_class sc,(select id,class_id from zygj_solution_class_bf
3158 3158
3159 -- ---------------------------- 3159 -- ----------------------------
3160 -- 2017-09-20 段世尧 脚本版本 201709211226 END 3160 -- 2017-09-20 段世尧 脚本版本 201709211226 END
  3161 +-- ----------------------------
  3162 +
  3163 +
  3164 +-- ----------------------------
  3165 +-- 2017-09-21
  3166 +-- 刘岱鹏
  3167 +-- 脚本版本 201709211426
  3168 +-- 涉及功能 更新错误数据
  3169 +-- START
  3170 +-- ----------------------------
  3171 +update zygj_solution_class,class set zygj_solution_class.class_target=class.type where zygj_solution_class.class_target!='SchoolClass' and zygj_solution_class.class_id=class.class_id;
  3172 +
  3173 +-- ----------------------------
  3174 +-- 2017-09-21 刘岱鹏 脚本版本 201709211426 END
3161 -- ---------------------------- 3175 -- ----------------------------
3162 \ No newline at end of file 3176 \ No newline at end of file