|
@@ -84,6 +84,7 @@ func (*selection) Create(ctx context.Context, request http_model.CreateSelection
|
|
|
|
|
|
func (*selection) Update(ctx context.Context, request http_model.UpdateSelectionRequest, enterpriseId string) (*http_model.UpdateSelectionData, error) {
|
|
|
// 1. 检查该企业id和商品id有无选品
|
|
|
+ println("awdawdawdawdwad", request.EnterpriseId)
|
|
|
selectionInfo, err := db.GetSelectionById(ctx, request.SelectionID)
|
|
|
if err != nil {
|
|
|
return nil, err
|