## 提货生成订单添加报单赠送类型

This commit is contained in:
zhangheng 2025-10-21 15:42:53 +08:00
parent bcb0f0e249
commit 01c9a4d80c
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ public class ApiPickController extends BaseController {
switch (EPickType.getEnumByValue(acPick.getPickType())) {
case PICK_PRODUCT:
case PRIZE:
case DECLARATION_GIFT:
// 提货产品处理迁移抽奖处理
// 查询产品信息
ProductDTO productDTO = iProductServiceApi.getProduct(acPick.getPkDataId().intValue()).getData();