Commit 6cb34132 authored by hj's avatar hj

更新

parent 25149c9d
...@@ -69,6 +69,7 @@ class ProductsTransformer extends TransformerAbstract ...@@ -69,6 +69,7 @@ class ProductsTransformer extends TransformerAbstract
}else{ }else{
$temp['tag'] = ''; $temp['tag'] = '';
} }
$temp['p_stock'] = $product['p_stock'];
if($type == 'bycas'){ if($type == 'bycas'){
$temp['city'] = '上海'; $temp['city'] = '上海';
$temp['stock'] = $product['p_tod'];//货期 $temp['stock'] = $product['p_tod'];//货期
......
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