|
@@ -513,6 +513,7 @@ class TaskProc {
|
|
foreach ($stepArr as &$tsp) { # 回撤上一步的进度
|
|
foreach ($stepArr as &$tsp) { # 回撤上一步的进度
|
|
if ($tsp->typeId == $fallbackID) {
|
|
if ($tsp->typeId == $fallbackID) {
|
|
$tsp->cur = 0;
|
|
$tsp->cur = 0;
|
|
|
|
+ NormalEventProc::OnTaskCardStep_Process($card->uid, $tsp->typeId); # 任务进度更新
|
|
}
|
|
}
|
|
}
|
|
}
|
|
$card->curSteps = $stepArr; # 更新任务步骤集合
|
|
$card->curSteps = $stepArr; # 更新任务步骤集合
|