trippest 订单状态

feature/pay
lyt 7 years ago
parent 70c4d90f41
commit 8b9e2609b5

@ -130,7 +130,7 @@ class Orders_model extends CI_Model {
FROM GroupCombineInfo gci
INNER JOIN BIZ_ConfirmLineInfo coli ON coli.COLI_GRI_SN=gci.GCI_GRI_SN
INNER JOIN BIZ_ConfirmLineDetail cold ON cold.COLD_COLI_SN=coli.COLI_SN
WHERE 1=1 ";
WHERE 1=1 and coli.COLI_State NOT IN ('30','40','50')";
if ($coli_sn !== 0) {
$sql .= " and coli.COLI_SN='$coli_sn' ";
}

Loading…
Cancel
Save