|
@@ -2,9 +2,9 @@ package data_manage
|
|
|
|
|
|
import (
|
|
|
"fmt"
|
|
|
+ "github.com/rdlucklib/rdluck_tools/orm"
|
|
|
"github.com/shopspring/decimal"
|
|
|
"hongze/hongze_task/utils"
|
|
|
- "github.com/rdlucklib/rdluck_tools/orm"
|
|
|
"strconv"
|
|
|
"strings"
|
|
|
"time"
|
|
@@ -169,8 +169,8 @@ func RefreshCalculateTbz(edbInfoId int, fromEdbInfo *EdbInfo, edbCode, startDate
|
|
|
return err
|
|
|
}
|
|
|
}
|
|
|
+ break
|
|
|
}
|
|
|
- break
|
|
|
}
|
|
|
}
|
|
|
} else if fromEdbInfo.Frequency == "季度" || fromEdbInfo.Frequency == "年度" {
|