aa
This commit is contained in:
@@ -1923,7 +1923,6 @@ func TempJob() (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (err error) {
|
||||
vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
|
||||
return err
|
||||
func ShareUnionLink(ctx *jxcontext.Context, vendorID, linkType int) (link string, err error) {
|
||||
return vendor.GetHandler(vendorID).ShareUnionLink(ctx, linkType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user