用Excel导入活动(一半)
This commit is contained in:
@@ -3,6 +3,7 @@ package act
|
||||
import (
|
||||
"fmt"
|
||||
"math"
|
||||
"mime/multipart"
|
||||
"time"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
@@ -1150,3 +1151,7 @@ func ForceUpdateVendorPrice(ctx *jxcontext.Context, vendorID int, actType int, s
|
||||
}
|
||||
return hint, err
|
||||
}
|
||||
|
||||
func CreateActByExcel(ctx *jxcontext.Context, file []*multipart.FileHeader, vendorID, impType int) (hint string, err error) {
|
||||
return hint, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user