seven преди 4 дни
родител
ревизия
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'=>'封盘成功'];
     }