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