limit 제거
This commit is contained in:
parent
3e50bf5cc3
commit
be85781cba
|
|
@ -1117,7 +1117,6 @@
|
|||
where a.ptype in (0,1,4) and a.userno=#userno# and a.pstatus in (1,21,22,51,55) and a.rstatus=0
|
||||
and 1 = case when c.retime = '2099-12-31 23:59:59' and l.stime is not null then 0 else 1 end
|
||||
order by sortpstatus, sortretime, b.payno,a.pino
|
||||
limit 3
|
||||
) a
|
||||
union all
|
||||
select a.dtype,a.intval,a.intval2,a.intval3,a.intval4,a.intval5,a.intval6,a.intval7,a.intval8
|
||||
|
|
|
|||
Loading…
Reference in New Issue