This commit is contained in:
wangjinlei
2022-09-29 18:12:43 +08:00
parent 980055ef7e
commit 16b92749d7
4 changed files with 282 additions and 15 deletions

View File

@@ -13,6 +13,11 @@ class ts {
$job->delete();
}
public function fire1(Job $job, $data) {
my_doiToFrag1($data);
$job->delete();
}
// public function doFrag($data){
// $ts_refer_obj = Db::name('ts_refer');