dyps update

This commit is contained in:
richboo111
2023-01-09 13:45:59 +08:00
parent 3bc119ab21
commit 27c3042d85
3 changed files with 12 additions and 11 deletions

View File

@@ -6126,7 +6126,7 @@ func SetStoreAutoCallRider(vendorOrgCode string, openIDs, closeIDs []int64) (str
}
//辅助函数
func String2Array(data string) (retVal []int64) {
func String2ArrayInt64(data string) (retVal []int64) {
temp := strings.Split(data, ",")
for _, v := range temp {
retVal = append(retVal, utils.Str2Int64(v))