|
|
@@ -396,7 +396,6 @@ public class InvoiceFOrderServiceImpl implements InvoiceFOrderService {
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
order.setDeliverTime(sdf.format(new Date()));
|
|
|
order.setJsonSdAddress(addr);
|
|
|
- order.addInInds(inF.getInvoiceid());
|
|
|
Set<OrderDetail> orderDetails = order.getOrderDetails();
|
|
|
if (NumberUtil.compare(order.getQty(), order.getShipQty()) < 1) {
|
|
|
for (OrderDetail orderDetail : orderDetails) {
|