|
|
@@ -246,7 +246,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
if("QXKW".equals(ev.toUpperCase())){
|
|
|
SpObserver.putSp("QXKW");
|
|
|
master = "QXKW.";
|
|
|
- }else if("BSDHK".equals(ev.toUpperCase())){
|
|
|
+ }else if("BSDHK".equals(ev.toUpperCase()) || "BSD_HK".equals(ev.toUpperCase())){
|
|
|
SpObserver.putSp("BSD_HK");
|
|
|
}
|
|
|
|