Browse Source

【华信科】【对接条数调整】

wub 6 months ago
parent
commit
17987ebb2b

+ 1 - 1
src/main/java/com/uas/eis/task/SyncProductStockTask.java

@@ -54,7 +54,7 @@ public class SyncProductStockTask {
                         //"and trunc(ct_recorddate)=trunc(sysdate) " +
                         "and ct_statuscode='AUDITED' and nvl(CT_SENDSTATUS,' ')<>'已上传' order by ct_id ) where rownum=1) " +
                         " and PR_BRAND in ('NEXPERIA','VANCHIP','NuVolta') " +
-                        "                 order by cd_detno) A) where rn<=1000";
+                        "                 order by cd_detno) A) ";
                 SqlRowList rs = baseDao.queryForRowSet(Sql);
                 while (rs.next()) {
                     Map<String, Object> map = new HashMap<>();

+ 1 - 1
src/main/java/com/uas/eis/task/SyncProductWIPTask.java

@@ -55,7 +55,7 @@ public class SyncProductWIPTask {
                         //"and trunc(ct_recorddate)=trunc(sysdate) " +
                         "and ct_statuscode='AUDITED' and nvl(CT_SENDSTATUS,' ')<>'已上传' order by ct_id ) where rownum=1)" +
                         " and PR_BRAND in ('NEXPERIA','VANCHIP','NuVolta') " +
-                        " order by cd_detno) A) where rn<=1000";
+                        " order by cd_detno) A) ";
                 SqlRowList rs = baseDao.queryForRowSet(Sql);
 
                 while (rs.next()){