调整续住结束时间
parent
1d1e36bdc0
commit
9be3b31eb2
|
|
@ -44,6 +44,8 @@ class LiveContinueService extends OldmenService
|
|||
if(Carbon::parse($oldMan->avliable_at)->diffInSeconds($startAt) != 1){
|
||||
return $this->setError('续住开始时间异常,请刷新重试!');
|
||||
}
|
||||
//调整结束时间
|
||||
$endAt .= ' 23:59:59';
|
||||
|
||||
$flow = new ConstFlow();
|
||||
$flow->oldman_id = $oldMan->id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue