|
|
@@ -127,7 +127,7 @@ public class Download {
|
|
|
conzx.close();
|
|
|
}
|
|
|
if (fileListZA!=null&&fileListZA.size()>0){
|
|
|
- String sob = "YITOA_ZA";
|
|
|
+ String sob = "YHND_ZA";
|
|
|
conza = JdbcUtil.getConnectBySob(sob);
|
|
|
for (File file:fileListZA) {
|
|
|
fileName += "," + file.getName();
|
|
|
@@ -244,7 +244,7 @@ public class Download {
|
|
|
conzx.close();
|
|
|
}
|
|
|
if (fileRTZA!=null&&fileRTZA.size()>0){
|
|
|
- String sob = "YITOA_ZA";
|
|
|
+ String sob = "YHND_ZA";
|
|
|
conza = JdbcUtil.getConnectBySob(sob);
|
|
|
for (File file:fileRTZA) {
|
|
|
fileName += "," + file.getName();
|