info('~~~~~~~~~~~~~~~~~~~~~~~~~~开始重置所有派单链接的回传记录数~~~~~~~~~~~~~~~~~~~~~~~~~~'); $executeStart = microtime(true); $result = DB::table('send_orders')->update([ 'report_receive_num' => 0, 'report_post_num' => 0 ]); dLog('command_logs')->info('执行结果: ', ['result'=>$result]); $executeEnd = microtime(true); dLog('command_logs')->info('脚本运行时间: ', ['execute_time'=>round(($executeEnd - $executeStart), 6).'s']); dLog('command_logs')->info('~~~~~~~~~~~~~~~~~~~~~~~~~~结束重置所有派单链接的回传记录数~~~~~~~~~~~~~~~~~~~~~~~~~~'); } }