|
|
@@ -381,6 +381,12 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
return rmap;
|
|
|
}
|
|
|
|
|
|
+ if(Integer.parseInt(isHaveCode.toString()) == 0 && (Lotsn == null || Lotsn.isEmpty())){
|
|
|
+ rmap.put("code", "0");
|
|
|
+ rmap.put("result", "OK");
|
|
|
+ rmap.put("message", "OK,背面条码无对接过站");
|
|
|
+ return rmap;
|
|
|
+ }
|
|
|
String seq = String.valueOf(baseDao.getFieldDataByCondition("dual","devicetestinfo_seq.NEXTVAL seq","1=1"));
|
|
|
Map<Object, Object> paramsMap = new HashMap<Object, Object>();
|
|
|
paramsMap.put("DTI_ID", seq);
|