Merge branch 'feature/trippest'

mobile-first
lyt 5 years ago
commit b40013c003

@ -400,7 +400,7 @@ class Vendor_money_model extends CI_Model {
public function get_precheck_price_error($start_date, $end_date, $all_vendor)
{
$expire_fresh = date('Y-m-d',strtotime("+2 months", strtotime($start_date)));
$expire_fresh = date('Y-m-d',strtotime("+3 months", strtotime($start_date)));
$sql = "SELECT
data_tmp.TLD_total_price-(HT_haina_receipt+HT_agency_receipt) as 'total_price_err', --总团款差额 (账单减HT)',
case data_tmp.COLI_OPI_ID when 435

Loading…
Cancel
Save