|
@@ -246,7 +246,7 @@ class ROrderController extends AdminController{
|
|
|
$fin_price =$fin_price+ $value->final_price*0.5;
|
|
|
}
|
|
|
|
|
|
- $fin_price = round($fin_price*100,2);
|
|
|
+ $fin_price = round($fin_price,2)*100;
|
|
|
$orderId = rtrim(trim($orderId),',');
|
|
|
if ($status == -2){
|
|
|
if ($remark == '1'){
|
|
@@ -1001,10 +1001,10 @@ class ROrderController extends AdminController{
|
|
|
|
|
|
$dat = rtrim(trim($dat),'&');
|
|
|
if (ENVIRONMENT == 'product'){
|
|
|
- $url = 'http://139.196.47.211:9230/ServiceController/ HouseKeepingFeedback'; //正式服调用接口的平台服务地址
|
|
|
+ $url = 'http://139.196.47.211:9230/ServiceController/HouseKeepingFeedback'; //正式服调用接口的平台服务地址
|
|
|
} else {
|
|
|
//$url = 'http://123.206.28.63:9030/ServiceController/HouseKeepingFeedback'; //测试服调用接口的平台服务地址
|
|
|
- $url = 'http://139.196.47.211:9030/ServiceController/ HouseKeepingFeedback'; //调用接口的平台服务地址
|
|
|
+ $url = 'http://139.196.47.211:9030/ServiceController/HouseKeepingFeedback'; //调用接口的平台服务地址
|
|
|
}
|
|
|
|
|
|
|