seven před 3 dny
rodič
revize
0101e83ccb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Services/IssueService.php

+ 1 - 1
app/Services/IssueService.php

@@ -164,7 +164,7 @@ class IssueService extends BaseService
             return ['code'=>self::NOT, 'msg'=>'期号状态不正确'];
         }
 
-        $info->status = self::model()::STATUS_CLOSED;
+        $info->status = self::model()::STATUS_CLOSE;
         $info->save();
         return ['code'=>self::YES, 'msg'=>'封盘成功'];
     }