Commit d3a8f1e4 by 杨树贤

fix

parent 7b7fd1a3
Showing with 1 additions and 1 deletions
......@@ -1339,7 +1339,7 @@ class SupplierService
$yunxinChannelUid = $supplier->yunxin_channel_uid;
// 检查今天6点后是否有新增联系人,有则跳过
$today6pm = strtotime(date('Y-m-d') . ' 18:00:00');
$today6pm = strtotime(date('Y-m-d') . ' 17:30:00');
$hasNewContact = SupplierContactModel::where('supplier_id', $supplierId)
->where('add_time', '>', $today6pm)
->exists();
......
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 sign in to comment