|
@@ -92,7 +92,7 @@ public class BaseUtil {
|
|
|
code = el.getData().toString();
|
|
|
if(code.trim().toUpperCase().startsWith("HK")){
|
|
|
hkSob = "YHND_HK.";
|
|
|
- }else if (code.trim().toUpperCase().startsWith("YT")){
|
|
|
+ }else if (code.trim().toUpperCase().startsWith("ZX")){
|
|
|
hkSob = "YITOA_ZX.";
|
|
|
}else if (code.trim().toUpperCase().startsWith("WH")){
|
|
|
hkSob = "YHND_WH.";
|