Commit 893ae265ea3a876d4d3f92be1d694717eb6a7fad
Merge branch 'master' into 'master'
培养方案学期错误数据更新 See merge request !9
Showing
1 changed file
with
15 additions
and
0 deletions
database/sql_log.sql
| @@ -3195,3 +3195,18 @@ update zygj_solution_class set practice_hour=0 where practice_hour=99; | @@ -3195,3 +3195,18 @@ update zygj_solution_class set practice_hour=0 where practice_hour=99; | ||
| 3195 | -- ---------------------------- | 3195 | -- ---------------------------- |
| 3196 | -- 2017-09-21 刘岱鹏 脚本版本 201709211726 END | 3196 | -- 2017-09-21 刘岱鹏 脚本版本 201709211726 END |
| 3197 | -- ---------------------------- | 3197 | -- ---------------------------- |
| 3198 | + | ||
| 3199 | +-- ---------------------------- | ||
| 3200 | +-- 2017-09-22 | ||
| 3201 | +-- 罗銅 | ||
| 3202 | +-- 脚本版本 201709221444 | ||
| 3203 | +-- 涉及功能 更新培养方案学期数据 | ||
| 3204 | +-- START | ||
| 3205 | +-- ---------------------------- | ||
| 3206 | +update zygj_implement_term set updated_at = '2019-07-31 10:21:56' where id = 13; | ||
| 3207 | + | ||
| 3208 | +update zygj_solution_term set end_time = '2019-07-31 10:21:56',weeks = 27 | ||
| 3209 | +where delete_flag = 1 and implement_term_id = 13 and date(start_time) = '2019-02-01'; | ||
| 3210 | +-- ---------------------------- | ||
| 3211 | +-- 2017-09-21 罗銅 脚本版本 201709221444 END | ||
| 3212 | +-- ---------------------------- | ||
| 3198 | \ No newline at end of file | 3213 | \ No newline at end of file |