处理依赖

pull/15/head
kongyuebin 5 years ago
parent 84e0f9eac1
commit 1a87755835

@ -11,12 +11,12 @@ package controllers
import ( import (
"fmt" "fmt"
"github.com/astaxie/beego/logs"
"github.com/tealeg/xlsx" "github.com/tealeg/xlsx"
"dongfeng-pay/jhmerchant/sys/enum" "dongfeng-pay/jhmerchant/sys/enum"
"dongfeng-pay/jhmerchant/utils" "dongfeng-pay/jhmerchant/utils"
"dongfeng-pay/service/models" "dongfeng-pay/service/models"
"os" "os"
"recharge/sys"
"strings" "strings"
"time" "time"
) )
@ -166,7 +166,7 @@ func (c *DealExcel) DownloadRecordExcel() {
defer func() { defer func() {
if r := recover(); r != nil { if r := recover(); r != nil {
sys.LogEmergency(file + " 此文件不存在!") logs.Error(fmt.Sprintf("%s此文件不存在",file))
time.Sleep(3 * time.Second) time.Sleep(3 * time.Second)
} }
}() }()

Loading…
Cancel
Save