mirror of http://gitlab.batiao8.com/yic/film.git
time format
This commit is contained in:
parent
429e81f520
commit
fbe90567d5
|
@ -96,9 +96,9 @@ func getInfo(devId string) ([]string, error) {
|
|||
continue
|
||||
}
|
||||
//订单完成提示
|
||||
log.Errorf("shopName=%s workstation=%s time=[%s-%s], money=%s",
|
||||
log.Errorf("shopName=%s workstation=%s time=[%s],cost=%d,money=%s",
|
||||
m2.ShopName, m2.Workstation, goutil.TimeToDateTime(m2.StartTime),
|
||||
goutil.TimeToDateTime(m2.EndTime), goutil.FormatMoney(m2.Amount))
|
||||
(m2.EndTime-m2.StartTime)/60, goutil.FormatMoney(m2.Amount))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue