mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 09:08:06 +08:00
add some
This commit is contained in:
parent
12dd761ede
commit
bea59d7171
@ -35,8 +35,8 @@ func (s company) List(m *ice.Message, arg ...string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
func (s company) AuthCreate(m *ice.Message, arg ...string) {
|
func (s company) AuthCreate(m *ice.Message, arg ...string) {
|
||||||
msg := s.Select(m.Spawn(), m.OptionSimple(model.CITY_UID)...)
|
msg := m.Cmd("web.team.gonganxitong.city", s.Select, model.UID, m.Option(model.CITY_UID))
|
||||||
s.Table.AuthCreate(m, 4, msg.Append(model.AUTH_UID), m.Option(model.COMPANY_NAME), m.Option(model.COMPANY_INFO))
|
s.Table.AuthCreate(m, 4, msg.Append(model.AUTH_UID), m.OptionSimple(model.UID)...)
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() { ice.TeamCtxCmd(company{}) }
|
func init() { ice.TeamCtxCmd(company{}) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user