## 提货生成订单添加报单赠送类型
This commit is contained in:
parent
aaeb5e440f
commit
7a6b778548
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue