Merge branch 'feature/plan-auto-send-release'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit 0881313005

@ -26,8 +26,6 @@ class Group_model extends CI_Model {
AND VAS_IsSendSucceed=1 AND isnull(VAS_IsReceive,0)=0
-- AND EOI_GetDate between '$start_date' AND '$end_date'
AND EOI_GetDate > CONVERT(date, GETDATE())
-- 上线初期避免已录入的重复
AND VAS_SN >=1688036
AND isnull(VAS_IsConfirm,0)=0 AND isnull(VAS_SendVary,0)=0
and not exists (
select 1 from VendorPlanSendout where VPS_VAS_SN=VAS_SN

Loading…
Cancel
Save