|
@@ -54,7 +54,7 @@ public class SyncProductWIPTask {
|
|
|
" (select ct_id from (select ct_id from CUSTOMTABLE where ct_caller='XiaoMiProductWIP' " +
|
|
" (select ct_id from (select ct_id from CUSTOMTABLE where ct_caller='XiaoMiProductWIP' " +
|
|
|
//"and trunc(ct_recorddate)=trunc(sysdate) " +
|
|
//"and trunc(ct_recorddate)=trunc(sysdate) " +
|
|
|
"and ct_statuscode='AUDITED' and nvl(CT_SENDSTATUS,' ')<>'已上传' order by ct_id ) where rownum=1)" +
|
|
"and ct_statuscode='AUDITED' and nvl(CT_SENDSTATUS,' ')<>'已上传' order by ct_id ) where rownum=1)" +
|
|
|
- " order by cd_detno) A) where rn<=1000";
|
|
|
|
|
|
|
+ " order by cd_detno) A) where rn<=2000";
|
|
|
SqlRowList rs = baseDao.queryForRowSet(Sql);
|
|
SqlRowList rs = baseDao.queryForRowSet(Sql);
|
|
|
|
|
|
|
|
while (rs.next()){
|
|
while (rs.next()){
|