|
|
@ -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() + "") |
|
|
|