|
@@ -734,6 +734,9 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
rmap1.put("machineModel","");
|
|
rmap1.put("machineModel","");
|
|
|
rmap.put("dataInfo",rmap1);
|
|
rmap.put("dataInfo",rmap1);
|
|
|
return rmap;
|
|
return rmap;
|
|
|
|
|
+ }else{
|
|
|
|
|
+ rmap.put("code",-1);
|
|
|
|
|
+ rmap.put("message","未设置产品称重范围,请在MES设置参数");
|
|
|
}
|
|
}
|
|
|
return rmap;
|
|
return rmap;
|
|
|
}
|
|
}
|