mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
add aliyun
This commit is contained in:
parent
6fb1d394b2
commit
bacfa95eed
@ -99,7 +99,11 @@ func (m *Message) StatusTimeCountStats(field ...string) *Message {
|
||||
return m.StatusTimeCount(m.TableStats(field...))
|
||||
}
|
||||
func (m *Message) StatusTimeCountTotal(arg ...Any) *Message {
|
||||
return m.StatusTimeCount(append([]Any{kit.MDB_TOTAL}, arg...))
|
||||
if len(arg) > 0 && arg[0] != nil {
|
||||
return m.StatusTimeCount(append([]Any{kit.MDB_TOTAL}, arg...))
|
||||
} else {
|
||||
return m
|
||||
}
|
||||
}
|
||||
func (m *Message) Process(cmd string, arg ...Any) *Message {
|
||||
if len(arg) == 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user