Commit e9286d49 authored by hangjun83's avatar hangjun83

优化

parent f5620252
......@@ -36,7 +36,7 @@ class ProductsTransformer extends TransformerAbstract
if($type == 'all'){
$temp['delivery'] = $product['p_tod'];//货期
}
$temp['price'] = $product['p_price'];//单价
$temp['price'] = bcmul($product['p_price'],1,2);//单价
if($product['c_if_dangers'] == 1){
$temp['if_dangers'] = 1;//是否危化品
}else{
......
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