Zmiany pomiędzy wersją 11 and wersją 12 dla ChangeIssueDate
- Data i czas:
- 2013-12-18 12:45:13 (11 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
ChangeIssueDate
v11 v12 62 62 ) and i.startdate >= @changeIssueDate and i.startdate < @regularIssueDate and i.magazinepromotion > 0 and o.status <> 4 63 63 64 Ogłoszenia które maja start miedzy zmieniona data wydania a stara 17:00 we wtorek - one powinny pójść 64 '''Ogłoszenia które maja start miedzy zmieniona data wydania a stara 17:00 we wtorek - one powinny pójść''' 65 65 66 66 insert into @ads2 … … 70 70 71 71 select * from @ads 72 72 73 select * from @ads2 73 74 74 Ogłoszenia które normalnie wygasną przed 17:00, we wtorek - one nie powinny iść do tego poniedziałkowego wydania 75 '''Ogłoszenia które normalnie wygasną przed 17:00, we wtorek - one nie powinny iść do tego poniedziałkowego wydania''' 75 76 76 77 select currentorderitem as oi, customerid as cid , * from ads where enddate > @changeIssueDate and enddate < @regularIssueDate and status = 1 and magazinepromotion > 0 77 78 and (id not in (select adid from @ads) or id not in (select adid from @ads2)) order by currentorderitem desc 78 79 79 edycja ogloszen - wstrzymanie ogloszen ktore wygasna przed stara data wydania - wykluczajac przedluzenia i te rozpoczynajace sie miedzy pon a wtorkiem 80 '''Edycja ogloszen - wstrzymanie ogloszen ktore wygasna przed stara data wydania - wykluczajac przedluzenia i te rozpoczynajace sie miedzy pon a wtorkiem''' 80 81 81 82 update ads set status=5 where enddate > @changeIssueDate and enddate < @regularIssueDate and status = 1 and magazinepromotion > 0