mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
feat: #00000 修改
This commit is contained in:
parent
b68d9626c0
commit
0c3fd316cb
@ -56,7 +56,7 @@ class GoodsSkusController extends Controller
|
||||
$query->with(['type:id,name', 'brand:id,name']);
|
||||
}])
|
||||
->with(['daily' => function ($query) use ($day) {
|
||||
$query->where('day', $day)->with(['daily:id,sku_id,day,arrived_today_num,loss_num,inventory']);
|
||||
return $query->where('day', $day)->first(['id', 'sku_id', 'day', 'arrived_today_num', 'loss_num', 'inventory']);
|
||||
}])
|
||||
->paginate();
|
||||
|
||||
|
||||
@ -55,11 +55,6 @@ class KuaiTuanTuan extends BusinessClient
|
||||
return $res['pop_auth_token_create_response'];
|
||||
}
|
||||
|
||||
public function getAccessToken()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
public function getSign($params)
|
||||
{
|
||||
$params = ksort($params);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user