{ "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": "打上成功标识" } ] }