1
0
forked from x/icebergs

add aliyun

This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-21 01:55:58 +08:00
parent 6fb1d394b2
commit bacfa95eed

View File

@ -99,7 +99,11 @@ func (m *Message) StatusTimeCountStats(field ...string) *Message {
return m.StatusTimeCount(m.TableStats(field...))
}
func (m *Message) StatusTimeCountTotal(arg ...Any) *Message {
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 {