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'=>'封盘成功'];
     }