测试数据: 发送目的地组计划

feature/pay
lyt 8 years ago
parent adbfbc0a37
commit b2b3959aee

@ -27,7 +27,8 @@ class Group_model extends CI_Model {
and VAS_IsConfirm=0
and EOI_GetDate between '$start_date' and '$end_date'
and VAS_VEI_SN in ($vendor_str)
-- and GRI_OrderType=227002 -- test
and GRI_operator in (161,443,61) -- test
and GRI_OrderType=227002 -- test
and (VAS_IsReceive=0 or (VAS_SendTime > ISNULL(VAS_ReceiveTime,0))) ";
$sql .= " order by EOI_GetDate asc, vas.VAS_IsConfirm asc";
// log_message('error',$sql);

Loading…
Cancel
Save