master
shenzhuan 2 years ago
parent 08168d4b2f
commit f2890d5770

@ -65,7 +65,7 @@ func ConverToBinary(n int) string {
return res return res
} }
// 格式化页面传入的cartIds // 格式化页面传入的cartIds 方法提取
func SplitToInt32List(str string, sep string) (int32List []int32) { func SplitToInt32List(str string, sep string) (int32List []int32) {
tempStr := strings.Split(str, sep) tempStr := strings.Split(str, sep)
if len(tempStr) > 0 { if len(tempStr) > 0 {

Loading…
Cancel
Save