发布v2.6.8版本

This commit is contained in:
雨中磐石
2025-03-31 20:54:32 +08:00
parent 0701e2a8b4
commit d41bd27082
122 changed files with 9827 additions and 9132 deletions

View File

@@ -282,7 +282,7 @@ class Action extends mainAction
$rs['statustext'] = $this->flow->getstatus($rs,'','',1);
if($rs['status']==5)$rs['ishui'] = 1;
}
$rows[$k] = $this->flow->flowrsreplace($rs,2);
$rows[$k] = $this->flow->rsreplace($rs,2, $this);
}
$bacarr['rows'] = $this->flow->daochusubtable($rows);
}