Przeglądaj źródła

fixed: 多步骤任务

gwang 4 lat temu
rodzic
commit
ad5ebed7f1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Gameserver/Amfphp/model/User/Ins_TaskStep.php

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

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