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