自动化立体仓库 - WMS系统
dubin
1 天以前 437430655faafbedabd32e00871e7accea02fa42
联调
1个文件已修改
6 ■■■■ 已修改文件
src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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("更新模具属性失败");