|
|
@@ -1541,6 +1541,8 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
}
|
|
|
if(map.get("iOperater")!=null){
|
|
|
iOperator=map.get("iOperater").toString();
|
|
|
+ }else{
|
|
|
+ iOperator = "EisSetPcbaData";
|
|
|
}
|
|
|
if(map.get("iResult")!=null){
|
|
|
iResult=map.get("iResult").toString();
|