gwang 4 жил өмнө
parent
commit
ad5ebed7f1

+ 1 - 1
Gameserver/Amfphp/model/User/Ins_TaskStep.php

@@ -141,7 +141,7 @@ class Ins_TaskStep extends Object_ext {
             return $this->autoCalcStatusCur();
         }
         if ($this->isFinish()) {
-            return true;
+            return false;
         }
         if (strlen($this->mo()->paras) <= 0) {                                  # 无参数
             return true;