shish 4 years ago
parent
commit
377313aae7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      console/controllers/RefundItemController.php

+ 3 - 0
console/controllers/RefundItemController.php

@@ -60,6 +60,9 @@ class RefundItemController extends Controller
             $itemList = OrderItemClass::getAllByCondition(['orderSn' => $orderSn], null, '*', null, true);
             if (!empty($itemList)) {
                 foreach ($itemList as $itemInfo) {
+                    if ($itemInfo->id == 3381) {
+                        echo "找到3381 \n";
+                    }
                     $sjId = $itemInfo->sjId ?? 0;
                     $shopId = $itemInfo->shopId ?? 0;
                     $productId = $itemInfo->productId ?? 0;