【同步】BOOT 和 CLOUD 的功能
This commit is contained in:
@@ -31,7 +31,6 @@ public class BrokerageAddReqBO {
|
||||
/**
|
||||
* 一级佣金(固定)
|
||||
*/
|
||||
@NotNull(message = "一级佣金(固定)不能为空")
|
||||
private Integer firstFixedPrice;
|
||||
/**
|
||||
* 二级佣金(固定)
|
||||
|
||||
@@ -780,6 +780,9 @@ public class TradeOrderUpdateServiceImpl implements TradeOrderUpdateService {
|
||||
if (ObjUtil.notEqual(DeliveryTypeEnum.PICK_UP.getType(), order.getDeliveryType())) {
|
||||
throw exception(ORDER_RECEIVE_FAIL_DELIVERY_TYPE_NOT_PICK_UP);
|
||||
}
|
||||
if (!TradeOrderStatusEnum.isUndelivered(order.getStatus())) {
|
||||
throw exception(ORDER_PICK_UP_FAIL_STATUS_NOT_UNDELIVERED);
|
||||
}
|
||||
// 情况一:如果是拼团订单,则校验拼团是否成功
|
||||
if (TradeOrderTypeEnum.isCombination(order.getType())) {
|
||||
CombinationRecordRespDTO combinationRecord = combinationRecordApi.getCombinationRecordByOrderId(
|
||||
|
||||
Reference in New Issue
Block a user