You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
783 B
20 lines
783 B
{
|
|
"t_zy_score": [
|
|
{
|
|
"sql": "update t_zy_score as t1 left join t_base_person as t2 on t1.person_id=t2.person_id set t1.check_flag=-1 where t1.check_flag=0 and t2.person_id is null",
|
|
"memo": "检查人员ID不存在的情况"
|
|
},
|
|
{
|
|
"sql": "update t_zy_score as t1 left join t_zy_main as t2 on t1.zy_id=t2.zy_id set t1.zy_name=t2.zy_name where t1.check_flag=0 and t1.zy_name is null",
|
|
"memo": "扩展作业名称字段内容"
|
|
},
|
|
{
|
|
"sql": "update t_zy_score as t1 set t1.check_flag=-1 where t1.check_flag=0 and t1.zy_name is null",
|
|
"memo": "没补上名称的就是坏人"
|
|
},
|
|
{
|
|
"sql": "update t_zy_score as t1 set check_flag=1 where check_flag=0",
|
|
"memo": "打上成功标识"
|
|
}
|
|
]
|
|
} |