lvhao 2 months ago
parent
commit
8ca9740650
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/CoreApp/models/Model_logic_order.php

+ 3 - 0
core/CoreApp/models/Model_logic_order.php

@@ -445,6 +445,9 @@ class Model_logic_order extends Lin_Model {
     public function skuTransferFeatures($sku,$typeclass,$dtctitle,$classid){
 			$q = '1;';
 			$r = $this->api->matching(trim($q, ';'), $sku,$typeclass,0,0,$dtctitle,[],[]);
+            echo "<pre>";
+            var_dump($r);
+            die;
 			$p = '';
 			$product = explode(';', trim($r['product'], ';'));
 			if ($r['title'] != '' && $product) {