用Excel导入活动(一半)

This commit is contained in:
苏尹岚
2020-01-16 10:08:44 +08:00
parent 42b83cc8d1
commit 942328e96f
2 changed files with 22 additions and 0 deletions

View File

@@ -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
}