Commit dce71a7a by Joneq

修改动态分数统计

parent 8ec13a14
Showing with 0 additions and 1 deletions
......@@ -41,7 +41,6 @@ func (d *dao) UpdateStaticSumScores(ctx context.Context,com_credits model.ComCre
//修改银行的
execSql = "update `lie_com_credits` set `static_credit_score` = ? where company_name = ? "
_,err = d.db_bank.Exec(ctx,execSql,com_credits.StaticCreditScore,com_credits.CompanyName)
fmt.Println(com_credits.CompanyName)
logic.CheckErr(err)
d.UpdateComCredits(ctx,com_credits)
......
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