aa
This commit is contained in:
@@ -3911,6 +3911,9 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma
|
||||
}
|
||||
}
|
||||
}
|
||||
if payload["storeVendorName"] == nil {
|
||||
return fmt.Errorf("请输入平台名!")
|
||||
}
|
||||
handler := partner.GetPurchasePlatformFromVendorID(vendorID)
|
||||
vendorStoreID, err := handler.CreateStore2(db, storeID, ctx.GetUserName(), payload, storeDetail)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user