From e29a3f06eb4864d36934c5fce402b7caf943eaf3 Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Mon, 17 Mar 2025 16:08:53 +0800 Subject: [PATCH] corpconfig2 --- server/service/staff_user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/service/staff_user.go b/server/service/staff_user.go index f265a69..838b42d 100644 --- a/server/service/staff_user.go +++ b/server/service/staff_user.go @@ -69,7 +69,7 @@ func (s *StaffUser) List(sess *session.AdminSession, req *api.StaffListReq) (int // config staffConfig := make(map[string]interface{}) - corpConfig := make(map[string]interface{}) + corpConfig := make([]map[string]interface{}, 0) json.Unmarshal([]byte(goutil.EncodeJSON(corpStaffConfig)), &corpConfig) json.Unmarshal([]byte(st.Config), &staffConfig) config := make([]map[string]interface{}, 0)