Selaa lähdekoodia

Merge remote-tracking branch 'origin/freeze231204' into uat

njs 1 vuosi sitten
vanhempi
commit
64d016d099

+ 1 - 1
suishenbang-sync/suishenbang-sync-common/src/main/java/com/dgtly/sync/service/HanaOrderComponent.java

@@ -407,7 +407,7 @@ public class HanaOrderComponent {
                 "WHERE\n" +
                 "\t SPART = (case   when  SPART='14' then '14'\n" +
                 "\t when SPART='15' then '15'\n" +
-                "\t else  '16' end )   and (LIFSD IS NULL or LIFSD = '')  AND VTWEG = 'D9'and VKORG = 'S200' and KVGR3 not in ('D03') order by SPART asc  ");
+                "\t else  '16' end )   and (LIFSD IS NULL or LIFSD = '')  AND VTWEG = 'D9'and VKORG = 'S200' and KVGR3 not in ('D03') ");
         Long startTime = System.currentTimeMillis();
         ResultSet rs = pstmt.executeQuery();
         Long endTime = System.currentTimeMillis();