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

@@ -13,7 +13,6 @@ import (
"github.com/jackc/pgx/v5"
"github.com/shopspring/decimal"
"golang.org/x/sync/errgroup"
"log"
"time"
"github.com/doug-martin/goqu/v9"
@@ -40,7 +39,7 @@ func (cr _CalculateRepository) UpdateReportCalculateStatus(rid string, status st
var atio int
var err error
log.Println("11111111111", status)
currentTime := time.Now()
if status == "success" {
atio = 1 //创建报表成功