fix bug
This commit is contained in:
@@ -580,7 +580,7 @@ func UpdateFinaIndicator(code, period string, item map[string]any) {
|
||||
upd["q_netprofit_margin"] = Any2Float(item["q_netprofit_margin"])
|
||||
}
|
||||
if old.QGscaleprofitMargin != Any2Float(item["q_gsprofit_margin"]) {
|
||||
upd["q_gsprofit_margin"] = Any2Float(item["q_gsprofit_margin"])
|
||||
upd["q_gscaleprofit_margin"] = Any2Float(item["q_gsprofit_margin"])
|
||||
}
|
||||
if old.QExpToSales != Any2Float(item["q_exp_to_sales"]) {
|
||||
upd["q_exp_to_sales"] = Any2Float(item["q_exp_to_sales"])
|
||||
|
||||
Reference in New Issue
Block a user