struct{}{}
This commit is contained in:
@@ -59,7 +59,8 @@ func SimFlowDaySettle() (err error) {
|
||||
flowExpend.Flow, flowExpend.FlowUnit = putils.SplitFlowAndUnit(getCardInfoResult.CardFlow)
|
||||
}
|
||||
}
|
||||
if flowExpend.Flow > 0 && flowExpend.FlowUnit != "" {
|
||||
//可能有精度误差
|
||||
if flowExpend.Flow > 0.1 && flowExpend.FlowUnit != "" {
|
||||
err = dao.Insert(db, flowExpend)
|
||||
}
|
||||
//算是否超了一个月的流量了
|
||||
|
||||
Reference in New Issue
Block a user