Commit bacd349a authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents a4919fdb fb80a6e0
......@@ -261,7 +261,6 @@ public class BaseOrderAcceptDetailedBiz extends BaseBiz<BaseOrderAcceptDetailedM
amount=amount.subtract(acceptDetailed1.getDivisionAmount());
}
}
othderAccept(orderDetailDTO);
}
}
}
......@@ -296,6 +295,7 @@ public class BaseOrderAcceptDetailedBiz extends BaseBiz<BaseOrderAcceptDetailedM
if (acceptAmount.compareTo(BigDecimal.ZERO) > 0){
payOrderFAccept(orderWaterDTO,orderDetailDTO);
}
othderAccept(orderDetailDTO);
log.info("订单完成分账----finishOrderWater--------orderId===" + orderId + "----amount====" + amount + "--orderType===" + orderType);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment