|
|
@@ -169,9 +169,9 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
}
|
|
|
|
|
|
if(Lotsn == null || Lotsn.isEmpty()){
|
|
|
- rmap.put("code", "-1");
|
|
|
- rmap.put("result","NG");
|
|
|
- rmap.put("message", "NG,序列号为空,SPI设备未读取到序列号");
|
|
|
+ rmap.put("code","0");
|
|
|
+ rmap.put("result","OK");
|
|
|
+ rmap.put("ServerMessage","OK,空序列号Mes跳过处理");
|
|
|
return rmap;
|
|
|
}
|
|
|
|
|
|
@@ -269,9 +269,9 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
}
|
|
|
|
|
|
if(Lotsn == null || Lotsn.isEmpty()){
|
|
|
- rmap.put("code", "-1");
|
|
|
- rmap.put("result","NG");
|
|
|
- rmap.put("message", "NG,序列号为空,AOI设备未读取到序列号" );
|
|
|
+ rmap.put("code","0");
|
|
|
+ rmap.put("result","OK");
|
|
|
+ rmap.put("ServerMessage","OK,空序列号Mes跳过处理");
|
|
|
return rmap;
|
|
|
}
|
|
|
|