Commit ac69a2c4 sunke

料架分配逻辑修改

1 个父辈 19ed1274
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
</dependencies> </dependencies>
<properties> <properties>
<app.name>myproject</app.name> <app.name>smdbox</app.name>
<amp.genericCore>true</amp.genericCore> <amp.genericCore>true</amp.genericCore>
<amp.fullSource>false</amp.fullSource> <amp.fullSource>false</amp.fullSource>
<dao.framework>hibernate</dao.framework> <dao.framework>hibernate</dao.framework>
......
...@@ -365,7 +365,7 @@ public class InquiryShelfBean { ...@@ -365,7 +365,7 @@ public class InquiryShelfBean {
} }
} }
if(maxShelf != null){ if(maxShelf != null){
boolean result =maxShelf.cancelLoc(targetShelfType, barcode); boolean result =maxShelf.cancelLoc(targetShelfType, task);
if(result){ if(result){
log.info("补料盘["+task.getBarcode()+"]任务取消,同类型最大料架" + maxShelf.tempRfid() +"架位置空"); log.info("补料盘["+task.getBarcode()+"]任务取消,同类型最大料架" + maxShelf.tempRfid() +"架位置空");
updateShelfInfo(maxShelf); updateShelfInfo(maxShelf);
......
...@@ -35,7 +35,7 @@ import java.util.stream.Collectors; ...@@ -35,7 +35,7 @@ import java.util.stream.Collectors;
@Controller @Controller
@RequestMapping("/rest/api/qisda") @RequestMapping("/rest/api/dcs")
public class QisdaApiController extends BaseController { public class QisdaApiController extends BaseController {
@Autowired @Autowired
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!