|
@@ -155,6 +155,8 @@ public class TBDeviceDeliveryServiceImpl extends ServiceImpl<TBDeviceDeliveryMap
|
|
|
tbDeviceDelivery.setExpressNo(expressNo);
|
|
|
tbDeviceDelivery.setEnable(true);
|
|
|
tbDeviceDelivery.setEffect(true);
|
|
|
+ tbDeviceDelivery.setDeliveryType(InOutTypeEnum.OUT);
|
|
|
+ tbDeviceDelivery.setStatus(DeviceDeliveryStatusEnum.UN_DELIVER);
|
|
|
this.save(tbDeviceDelivery);
|
|
|
}
|
|
|
}
|