feat:完善项目
This commit is contained in:
@ -15,7 +15,7 @@ type IDStringForm struct {
|
||||
}
|
||||
|
||||
func (this *IDStringForm) Convert() uint64 {
|
||||
if this.ID == "" {
|
||||
if this.ID == "" || this.ID == "0" {
|
||||
return 0
|
||||
}
|
||||
return uint64(utils.HASHIDDecode(this.ID))
|
||||
|
Reference in New Issue
Block a user