|
@@ -1969,12 +1969,12 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
if(map2.get("oMoCode")!=null){
|
|
|
oMoCode=map2.get("oMoCode").toString();
|
|
|
}
|
|
|
- if(!baseDao.checkIf("BEFOREHANDPROCESS","bhp_maincode = '"+iZJ+"' and nvl(BHP_STATUS,0) = 0"))
|
|
|
- {
|
|
|
- oErrMessage = "载具号"+iZJ+"内无材料";
|
|
|
- rmap.put("oErrMessage",oErrMessage);
|
|
|
- return rmap;
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
baseDao.execute("update Craftmaterial set cm_status = -1 where cm_sncode = '"+iSN+"' and cm_makecode = '"+oMoCode+"'");
|
|
|
|