Merge branch 'master' of github.com:hainatravel/information-system

master
赵鹏 1 year ago
commit b43cc94794

@ -1602,6 +1602,9 @@ class Information extends CI_Controller
$price_number = 0; $price_number = 0;
} }
} }
}
if($dept_sn == 1){
$price_number = $this->currency->convert_moneny_by_char($price_number,"USD");
} }
$site_money = $this->currency->calc_show_price($price_number); $site_money = $this->currency->calc_show_price($price_number);
//把金额格式化为带有逗号(,)方便阅读,如 12,345 //把金额格式化为带有逗号(,)方便阅读,如 12,345

Loading…
Cancel
Save