地接未记团款的, 补充收款=0, 避免没有收款日期,导致无法保存财务表

feature/trippest
lyt 7 years ago
parent 5ffc136abc
commit 6e5e3fc889

@ -522,6 +522,10 @@ class TulanduoApi extends CI_Controller
// $this->insert_gai($coli_sn, $groupSN, $coli_id, $paytype, $pay_currency, $GAI_SQJE, $GAI_SSJE, $gai_vei_sn, $GAI_Memo);
// }
// }
if ( ! isset($detail_jsonResp->orderDetail->operationDetails->otherReceives)
&& ! isset($detail_jsonResp->orderDetail->travelFees) ) {
$this->insert_gai($coli_sn, $groupSN, $coli_id, $paytype, $pay_currency, 0, 0, $gai_vei_sn, $auto_text );
}
}
/*BIZ_GroupCombineOperationDetail*/
if ( isset($detail_jsonResp->orderDetail->groupOrderNo) ) {

Loading…
Cancel
Save