Browse Source

星科源 大版本修改

cqp 11 hours ago
parent
commit
817da4c590
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/U8ServerService.php

+ 1 - 1
app/Service/U8ServerService.php

@@ -1119,7 +1119,7 @@ class U8ServerService extends Service
                 DB::raw("ISNULL(i.cInvStd, '') as size"),
                 DB::raw("ISNULL(b.iQuantity, 0) as i_qty"),
                 DB::raw("ISNULL(b.iReceivedQTY, 0) as in_qty"),
-                DB::raw("(ISNULL(b.iQuantity, 0) - ISNULL(b.iReceivedQTY, 0)) as available_qty")
+                DB::raw("(ISNULL(b.iReceivedQTY, 0)) as available_qty")
             )
             ->orderBy('b.ivouchrowno', 'asc')
             ->get();