seven 3 روز پیش
والد
کامیت
0101e83ccb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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'=>'封盘成功'];
     }