feat:兼容Sqlite3,去除Find_in_set函数,将数据拆分读取

This commit is contained in:
henry
2021-11-22 14:06:49 +08:00
parent 8147865ebb
commit 405213c376
10 changed files with 174 additions and 54 deletions

View File

@ -1,6 +1,10 @@
package config
var SystemConfig = map[string]interface{}{}
var (
// SystemConfig 系统配置
SystemConfig = make(map[string]interface{}, 0)
SystemBreakdown = make(map[uint64]string, 0)
)
//png,jpg,csv,xls,xlsx,pcm,wav,amr,mp3,mp4,json