feat: 综费订单账单团款>0

feature/trippest
lyt 5 years ago
parent 07e2230454
commit 414e40dcb0

@ -823,7 +823,8 @@ ORDER BY to_be_diff.GCI_VEI_SN
and poi_quotationType=4 and poi_quotationType=4
and COLD_PlanVEI_SN in ($all_vendor) and COLD_PlanVEI_SN in ($all_vendor)
) )
) as all_comprehensive"; ) as all_comprehensive
where in_gci>0 ";
$query = $this->HT->query($sql); $query = $this->HT->query($sql);
return $query->result_array(); return $query->result_array();
} }

Loading…
Cancel
Save