Commit ac69a2c4 sunke

料架分配逻辑修改

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