|
|
@@ -543,7 +543,7 @@ class PayorderBusiness
|
|
|
if (!empty($goodsData->balance)) {
|
|
|
StreamBusiness::addStream($data['user_id'], $goodsData->balance, streamType43, moldType3, moldTypefild3, $data['id']);
|
|
|
}
|
|
|
- Db::table('wa_users')->where('id', $data['user_id'])->update(['mailing_date'=>futureDay($goodsData->mailing_date)]);
|
|
|
+ Db::table('wa_users')->where('id', $data['user_id'])->update(['mailing_date'=>strtotime(futureDay($goodsData->mailing_date))]);
|
|
|
/** 分佣 */
|
|
|
$system = Db::table('wa_system')->first();
|
|
|
if (!empty($userlist->pid) && !empty($system->rebate)) {
|