|
|
@@ -328,7 +328,11 @@ public class PdaMsdServiceImpl implements PdaMsdService {
|
|
|
}else if(rs.getString("mb_status").equals("防潮柜")){
|
|
|
// 如果是防潮柜则提示:目前是入防潮柜状态请先出防潮柜再入烘烤
|
|
|
throw new APIErrorException(APIErrorCode.BUSINESS_FAILED,"条码:" + bar_code + ",目前是入防潮柜状态请勿重复操作!");
|
|
|
- }else if(rs.getString("mb_status").equals("暴露中")){
|
|
|
+ }else if(rs.getString("mb_status").equals("密封中")){
|
|
|
+// 如果是防潮柜则提示:目前是入防潮柜状态请先出防潮柜再入烘烤
|
|
|
+ throw new APIErrorException(APIErrorCode.BUSINESS_FAILED,"条码:" + bar_code + ",目前是密封中!");
|
|
|
+ }
|
|
|
+ else if(rs.getString("mb_status").equals("暴露中")){
|
|
|
return rs.getCurrentMap();
|
|
|
}
|
|
|
}else{
|