本程式請在開發人員指示下修正,請勿任意操作,造成資料錯置!
學生畢業字號資料表grad_stud的重複狀況
{{foreach from=$this->all item=arr}} {{/foreach}}
流水號
grad_sn
學號
stud_id
學生流水號
student_sn
畢業年
stud_grad_year
畢業年級
class_year.
畢業班級
class_sort
[流水號]入學年.姓名
!!點選後,就會修正該筆資料!!
!!只能點選有問題的資料!!
{{$arr.grad_sn}} {{$arr.stud_id}} {{$arr.student_sn}} {{$arr.stud_grad_year}} {{$arr.class_year}} {{$arr.class_sort}} {{foreach from=$this->GetID($arr.stud_id) item=ar2}} {{if $arr.student_sn==$ar2.student_sn}} [{{$ar2.student_sn}}] {{$ar2.stud_study_year}}.{{$ar2.stud_name}} {{else}} {{/if}} {{/foreach}}