修改阿波罗的接入方式

This commit is contained in:
ayflying
2024-12-27 11:20:42 +08:00
parent dfd52063aa
commit 037541abc8
6 changed files with 130 additions and 50 deletions

View File

@@ -94,7 +94,6 @@ func (s *Excel) itemsFormat(list []interface{}, Items []string) []interface{} {
if gstr.InArray(Items, k3) {
if _, ok := v3.(string); ok {
list[k2].(g.Map)[k3] = s.Spilt2Item(v3.(string))
} else {
g.Log().Errorf(gctx.New(), "当前类型断言失败:%v,list=%v", v3, v2)
}