shish 3 years ago
parent
commit
cc82417f33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/RefundController.php

+ 1 - 1
app-ghs/controllers/RefundController.php

@@ -51,7 +51,7 @@ class RefundController extends BaseController
         $hasWasteNum = $refundItem->xhWasteNum ?? 0;
         $remainNum = bcsub($refundNum, $hasWasteNum);
         if ($wasteNum > $remainNum) {
-            util::fail('退货剩余报损数量只有:' . $remainNum);
+            util::fail('退货剩余报损数量:' . $remainNum);
         }
 
         $productList = [['productId' => $wasteProductId, 'bigNum' => $wasteNum, 'smallNum' => 0, 'classId' => 0, 'itemId' => $ptItemId, 'ratio' => $ratio]];