Commit 381957ab authored by hj's avatar hj

更新

parent 7a987e7b
...@@ -74,6 +74,7 @@ class ProductsTransformer extends TransformerAbstract ...@@ -74,6 +74,7 @@ class ProductsTransformer extends TransformerAbstract
$temp['stock'] = $product['p_tod'];//货期 $temp['stock'] = $product['p_tod'];//货期
$temp['pacs'] = $product['p_pack'].$product['p_pack_unit'];//项目规格 $temp['pacs'] = $product['p_pack'].$product['p_pack_unit'];//项目规格
} }
$temp['if_hot'] = $product['if_hot'];
array_push($productTransReturn,$temp); array_push($productTransReturn,$temp);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment