doc(calculate): 优化代码格式,删除部分无用打印语句

This commit is contained in:
2023-08-15 15:20:59 +08:00
parent 59a604bab0
commit 0f91b8a332
3 changed files with 5 additions and 7 deletions

View File

@@ -100,7 +100,6 @@ func initNewReportCalculateTask(c *fiber.Ctx) error {
return err
}
ok, err := service.ReportService.CreateNewReport(&form)
log.Println("??????????????????????kkkkkkkkkkkkkkkkkkkkkkkkk", ok)
if err != nil {
reportLog.Error("无法创建核算报表", zap.Error(err))
return result.Error(fiber.StatusInternalServerError, "无法创建核算报表。")