|
|
@@ -747,7 +747,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
iNetCard=map.get("iNetCard").toString();
|
|
|
}
|
|
|
if(map.get("iNetCard2")!=null){
|
|
|
- iNetCard2=map.get("iNetCard").toString();
|
|
|
+ iNetCard2=map.get("iNetCard2").toString();
|
|
|
}
|
|
|
if(map.get("iCode1")!=null){
|
|
|
iCode1=map.get("iCode1").toString();
|