Commit b3ba55bc by Joneq

清除已统计分数

parent ba0f59fa
Showing with 0 additions and 10 deletions
......@@ -43,16 +43,6 @@ const (
//计算逾期金额率:延期支付时间超过平均账期的金额/收款总额:
func (d *dao) BankDongMain(ctx context.Context,project_id int,erp_company_code string) (r []map[string]interface{},err error) {
execSql := "truncate `lie_scores` "
row,err := d.db_bank.Exec(ctx,execSql)
if err != nil {
logic.CheckErr(err)
}else{
affectNum,_ := row.RowsAffected()
fmt.Println(affectNum)
}
panic(123)
var (
weight float64 //权重
month_six string //拼接6个月字符串,sql用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment