cost 350600 loan about force

This commit is contained in:
qianhy
2023-04-04 09:46:34 +08:00
committed by lccsw
parent 01c871894f
commit e336fff482
+3 -1
View File
@@ -920,7 +920,9 @@ class Order extends CI_Controller{
echo "<br>";
}
}
if(($biz['type']==1 || $biz_type_force) && $srv_if_finance && $money_json['price_loan']>0){
if(($biz['type']==1 && $srv_if_finance || $biz_type_force) && $money_json['price_loan']>0){
$biz_type_force && $srv_loan = 0;
$biz_type_force && $srv_json['srv_if_finance'] = 1;
$srv_json['loan_price'] = $money_json['price_loan'];
$loan_row = $this->order_loans_model->get(['o_id'=>$item['id']]);
if ($debug){