Updata:更新创建每月数据的时间
This commit is contained in:
parent
55d1554e13
commit
bf41622eab
@ -805,6 +805,8 @@ inner join (
|
|||||||
|
|
||||||
v.Month = month
|
v.Month = month
|
||||||
v.ID = 0
|
v.ID = 0
|
||||||
|
v.CreatedAt = time.Time{}
|
||||||
|
v.UpdatedAt = time.Time{}
|
||||||
app.ModuleClients.BundleDB.Create(&v)
|
app.ModuleClients.BundleDB.Create(&v)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user