Commit 1ddf3a63 authored by jianghaiming's avatar jianghaiming

update:set

parent df4e1e02
......@@ -6,6 +6,7 @@ namespace Daemon;
use Api\PhpServices\Daemon\DaemonServiceInterface;
use App\Models\marketing\mysql\Marketing as MarketingDao;
use Api\PhpUtils\Log\FileLog;
class Marketing implements DaemonServiceInterface
{
......@@ -17,6 +18,7 @@ class Marketing implements DaemonServiceInterface
'end_time[<]' => date("Y-m-d H:i:s",time())
];
$orderInfoList = MarketingDao::getMarketingList($orderData);
FileLog::info('DaemonServiceInterface_marketing', json_encode($orderInfoList));
foreach ($orderInfoList as $key => $value) {
$where = [];
$where['marketing_id'] = !empty($value['marketing_id']) ? $value['marketing_id'] : '';
......
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