Browse Source

添加0对应的字符串

pull/48/head
zhangxin 3 years ago
parent
commit
b09609ec32
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/base/Const.go

+ 1
- 0
models/base/Const.go View File

@ -156,6 +156,7 @@ var MONTH_MAP = map[int]string{
12: "C",
}
var DAY_MAP = map[int]string{
0: "0",
1: "1",
2: "2",
3: "3",


Loading…
Cancel
Save