Commit d0bc15e8 zshaohui

料盒任务完成时,加锁

1 个父辈 79a01c95
...@@ -557,7 +557,7 @@ public class MaterialBoxController { ...@@ -557,7 +557,7 @@ public class MaterialBoxController {
* @param opQty 数量 * @param opQty 数量
* @throws ValidateException * @throws ValidateException
*/ */
private void finishTask(Barcode pidBarcode, int opType, DataLog currentTask, Barcode subBarcode, int opQty) throws ValidateException { private synchronized void finishTask(Barcode pidBarcode, int opType, DataLog currentTask, Barcode subBarcode, int opQty) throws ValidateException {
//更新barcode缓存 //更新barcode缓存
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!