|
@@ -10,7 +10,7 @@ import (
|
|
|
)
|
|
|
|
|
|
func DeleteLog(cont context.Context) (err error) {
|
|
|
- date := time.Now().AddDate(0,-1,0).Format(utils.FormatDateTime)
|
|
|
+ date := time.Now().AddDate(0,-1,0).Format(utils.FormatDate)
|
|
|
go func() {
|
|
|
err = data_manage.DeletePPTLogByDate(date)
|
|
|
if err != nil {
|