|
|
@@ -591,15 +591,15 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
String iSN=map.get("iSN").toString();
|
|
|
String iTSN=map.get("iTSN").toString();
|
|
|
String iSourceCode = null;
|
|
|
- String iOperater = null;
|
|
|
+ String iOperator = null;
|
|
|
String iResult = null;
|
|
|
String flag = null;
|
|
|
String iErrCode = null;
|
|
|
if(map.get("iSourceCode")!=null){
|
|
|
iSourceCode=map.get("iSourceCode").toString();
|
|
|
}
|
|
|
- if(map.get("iOperater")!=null){
|
|
|
- iOperater=map.get("iOperater").toString();
|
|
|
+ if(map.get("iOperator")!=null){
|
|
|
+ iOperator=map.get("iOperator").toString();
|
|
|
}
|
|
|
if(map.get("iResult")!=null){
|
|
|
iResult=map.get("iResult").toString();
|
|
|
@@ -615,7 +615,7 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
String.valueOf(iTSN),
|
|
|
String.valueOf(iSN),
|
|
|
String.valueOf(iSourceCode),
|
|
|
- String.valueOf(iOperater),
|
|
|
+ String.valueOf(iOperator),
|
|
|
String.valueOf(iResult),
|
|
|
String.valueOf(iErrCode),
|
|
|
}, new Integer[]{1, 2, 3, 4, 5, 6}, new Integer[]{7});
|
|
|
@@ -747,8 +747,8 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
if(map.get("iResCode")!=null){
|
|
|
iResCode=map.get("iResCode").toString();
|
|
|
}
|
|
|
- if(map.get("iOperater")!=null){
|
|
|
- iOperator=map.get("iOperater").toString();
|
|
|
+ if(map.get("iOperator")!=null){
|
|
|
+ iOperator=map.get("iOperator").toString();
|
|
|
}
|
|
|
if(map.get("iResult")!=null){
|
|
|
iResult=map.get("iResult").toString();
|