|
|
@@ -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;
|