|
@@ -323,6 +323,7 @@ public class IotMaintainServiceImpl implements IotMaintainService {
|
|
|
outboundDO.setDeleted(false);
|
|
|
outboundDO.setUnit(e.getUnit());
|
|
|
outboundDO.setUnitPrice(e.getUnitPrice());
|
|
|
+ outboundDO.setQuantity(e.getQuantity());
|
|
|
iotOutboundMapper.insert(outboundDO);
|
|
|
}));
|
|
|
}
|