## 提货生成订单添加报单赠送类型
This commit is contained in:
parent
bcb0f0e249
commit
01c9a4d80c
|
@ -271,6 +271,7 @@ public class ApiPickController extends BaseController {
|
||||||
switch (EPickType.getEnumByValue(acPick.getPickType())) {
|
switch (EPickType.getEnumByValue(acPick.getPickType())) {
|
||||||
case PICK_PRODUCT:
|
case PICK_PRODUCT:
|
||||||
case PRIZE:
|
case PRIZE:
|
||||||
|
case DECLARATION_GIFT:
|
||||||
// 提货产品处理、迁移抽奖处理
|
// 提货产品处理、迁移抽奖处理
|
||||||
// 查询产品信息
|
// 查询产品信息
|
||||||
ProductDTO productDTO = iProductServiceApi.getProduct(acPick.getPkDataId().intValue()).getData();
|
ProductDTO productDTO = iProductServiceApi.getProduct(acPick.getPkDataId().intValue()).getData();
|
||||||
|
|
Loading…
Reference in New Issue