6
0
Fork 0

调整批零用户库存变动日志返回

release
vine_liutk 2022-02-14 11:52:15 +08:00
parent aa78727b0b
commit 7be71e7a6e
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ class UserProductLogResource extends JsonResource
return [
'id' => $this->id,
'product_name'=> $this->product?->name,
'type'=> $this->type,
'remark' => $this->remark,
'qty' => (in_array($this->type, [
DealerUserProductLog::TYPE_ORDER_IN,