|
@@ -817,6 +817,7 @@ class TPlusServerService extends Service
|
|
|
$data['start_time'] = strtotime(date("Y-m-01",$data['start_timeStamp']));
|
|
|
$data['end_time'] = strtotime(date("Y-m-01"),$data['end_timeStamp']);
|
|
|
$data['operation_time'] = time();
|
|
|
+ $data['type'] = 5;
|
|
|
|
|
|
list($status,$msg) = $this->limitingSendRequest($this->table_2);
|
|
|
if(! $status) return [false, '业务员工资同步正在后台运行,请稍后'];
|
|
@@ -1047,6 +1048,7 @@ class TPlusServerService extends Service
|
|
|
$data['start_time'] = $start;
|
|
|
$data['end_time'] = $end;
|
|
|
$data['operation_time'] = time();
|
|
|
+ $data['type'] = 6;
|
|
|
|
|
|
// list($status, $msg) = $this->synFreightFeeFromMine($data, $user);dd($status, $msg);
|
|
|
list($status,$msg) = $this->limitingSendRequest($this->table_3);
|