|
@@ -380,7 +380,8 @@ class UserCenter extends Base
|
|
'company_hash_time'=>$info['company_hash_time'],
|
|
'company_hash_time'=>$info['company_hash_time'],
|
|
'ddcid'=>$info['ddcid'],
|
|
'ddcid'=>$info['ddcid'],
|
|
'collectors_hash'=>'',
|
|
'collectors_hash'=>'',
|
|
- 'collectors_hash_time'=>date('Y-m-d H:i:s')
|
|
|
|
|
|
+ 'collectors_hash_time'=>date('Y-m-d H:i:s'),
|
|
|
|
+ 'type'=>$info['type']
|
|
];
|
|
];
|
|
Db::name('store_order_info')->insert($to_date);
|
|
Db::name('store_order_info')->insert($to_date);
|
|
$log_date = [
|
|
$log_date = [
|