This commit is contained in:
wangjinlei
2022-08-16 16:37:25 +08:00
parent c3b93c9d65
commit ff65394c85
6 changed files with 179 additions and 8 deletions

View File

@@ -251,6 +251,7 @@ function my_doiToFrag($data){
$cs = 1;
}
$ts_refer_obj->where('ts_refer_id',$data['ts_refer_id'])->update(['refer_frag'=>$f,"cs"=>$cs]);
$ts_refer_obj->close();
}