aa
This commit is contained in:
@@ -651,7 +651,7 @@ func CreateActForMtByOrder(ctx *jxcontext.Context, act *model.Act, vendorIDs []i
|
||||
err2 = ""
|
||||
vendorID int
|
||||
)
|
||||
if len(vendorIDs) > 0 {
|
||||
if len(vendorIDs) > 1 {
|
||||
return fmt.Errorf("只允许单平台创建!")
|
||||
}
|
||||
vendorID = vendorIDs[0]
|
||||
|
||||
Reference in New Issue
Block a user