Commit c229f1cd authored by pengfei's avatar pengfei

update 团长分销-邀请新用户-未结算收益结束时间修复

parent e4e0828f
......@@ -213,7 +213,8 @@ class PindanActivityInviteOrderService
} else {
$startTime = date('Y-m-d', strtotime('-2 day')).$hour;
}
$endTime = date("Y-m-d").$hour;
//$endTime = date("Y-m-d").$hour;
$endTime = date("Y-m-d H:i:s"); // 结束时间应该取当前时间
return [
'start_time' => $startTime,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment