|
@@ -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();
|