kyle 2 年之前
父節點
當前提交
0483584486
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      app/Http/Services/Web/Api2021Service.php

+ 1
- 0
app/Http/Services/Web/Api2021Service.php 查看文件

2812
                     'totalQty',  //
2812
                     'totalQty',  //
2813
                     'issuedQty', //
2813
                     'issuedQty', //
2814
                 ])
2814
                 ])
2815
+                ->where('active', 'Y')
2815
                 ->get()
2816
                 ->get()
2816
                 ->toArray();
2817
                 ->toArray();
2817
             $tgoodArr = [];
2818
             $tgoodArr = [];