@@ -2812,6 +2812,7 @@ class Api2021Service
'totalQty', //
'issuedQty', //
])
+ ->where('active', 'Y')
->get()
->toArray();
$tgoodArr = [];