1
This commit is contained in:
@@ -2,6 +2,7 @@ package controllers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/partner/purchase/mtwm"
|
||||
|
||||
@@ -160,6 +161,7 @@ func (c *ActController) CreateActForMtByOrder() {
|
||||
}
|
||||
//retVal, err = act.CreateAct(params.Ctx, actObj, vendorIDs, params.VendorOrgCode, nil, actStoreSkuList, params.IsAsync)
|
||||
err = act.CreateActForMtByOrder(params.Ctx, actObj, vendorIDs, params.VendorOrgCode, actStoreSkuList)
|
||||
globals.SugarLogger.Debugf("================CreateActForMtByOrder := %v", err)
|
||||
}
|
||||
}
|
||||
return "success", "", err
|
||||
|
||||
Reference in New Issue
Block a user