【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2026-01-29 22:14:05 +08:00
parent 17a1af1069
commit fa72dc4e59
155 changed files with 13546 additions and 3184 deletions

View File

@@ -31,7 +31,6 @@ public class BrokerageAddReqBO {
/**
* 一级佣金(固定)
*/
@NotNull(message = "一级佣金(固定)不能为空")
private Integer firstFixedPrice;
/**
* 二级佣金(固定)

View File

@@ -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(