This commit is contained in:
cdle 2021-08-20 16:47:47 +08:00
parent 33dd69b33f
commit 16919e23c4

View File

@ -225,5 +225,5 @@ func Count() string {
tl++
}
}
return fmt.Sprintf("总数%d,有效%d,无效%d,今日失效%d,今日扫码%d,今日新增%d", zs, yx, wx, tc, ts, tl)
return fmt.Sprintf("总数%d,有效%d,无效%d,今日失效%d,今日扫码%d,今日新增%d", zs, yx, wx, tl, ts, tc)
}