|
@@ -242,6 +242,7 @@ class Task
|
|
|
# 插入测试数据
|
|
|
public function test()
|
|
|
{
|
|
|
+ return;
|
|
|
$where = array();
|
|
|
//$where['id'] = '65c345d7d46ba46b32041d32';
|
|
|
$where['status'] = 10;
|
|
@@ -277,6 +278,7 @@ class Task
|
|
|
}
|
|
|
public function history()
|
|
|
{
|
|
|
+ return;
|
|
|
$order = Dever::db('log', 'seller')->select([]);
|
|
|
foreach ($order as $k => $v) {
|
|
|
Dever::db('log1', 'seller')->insert($v);
|