This commit is contained in:
2024-10-29 13:06:22 +08:00
parent 6ea9a8370f
commit 050caacc47

View File

@@ -242,7 +242,6 @@ public class OrderServiceImpl extends CommonServiceImpl<OrderMapper, OrderDto> i
if (materialbase == null) {
throw new BadRequestException("不存在物料编码为" + material_code + "的物料!");
}
int count = (int) Math.ceil((double) orderDetailDto.getProductin_qty() / materialbase.getQty());
Work work = new Work();
work.setWork_id(IdUtil.getSnowflake(1, 1).nextId() + "")