cost 350600 loan about force
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user