自动化立体仓库 - WMS系统
dubin
昨天 437430655faafbedabd32e00871e7accea02fa42
src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java
@@ -184,7 +184,7 @@
                            InOut inOut=inOutService.selectByMatnr(wrkDetl.getMatnr());
                            if (inOut != null){
                                inOut.setTemp1("不在库");
                                inOut.setModiTime(now.toString());
//                                inOut.setModiTime(now.toString());
                            }
                            if (inOutService.updateById(inOut)){
                                return FAIL.setMsg("更新模具属性失败");
@@ -252,7 +252,7 @@
                            InOut inOut=inOutService.selectByMatnr(wrkDetl.getMatnr());
                            if (inOut != null){
                                inOut.setTemp1("在库");
                                inOut.setModiTime(now.toString());
//                                inOut.setModiTime(now.toString());
                            }
                            if (inOutService.updateById(inOut)){
                                return FAIL.setMsg("更新模具属性失败");
@@ -394,7 +394,7 @@
                        InOut inOut=inOutService.selectByMatnr(wrkDetl.getMatnr());
                        if (inOut != null){
                            inOut.setTemp1("不在库");
                            inOut.setModiTime(now.toString());
//                            inOut.setModiTime(now.toString());
                        }
                        if (inOutService.updateById(inOut)){
                            return FAIL.setMsg("更新模具属性失败");