Explorar el Código

更新

one_orenge
huangjiajun hace 8 meses
padre
commit
96a28e6fdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      consume/zhios_order_total_second.go

+ 1
- 1
consume/zhios_order_total_second.go Ver fichero

@@ -154,7 +154,7 @@ func handleZhiosOrderTotalSecond(msg []byte) error {
sess.Where("uid=? and date=?", v.Uid, nowDay).Get(&userStatistics1)
if userStatistics1.Id == 0 {
userStatistics1 = model.UserDayAmount{
Date: utils.StrToInt(now),
Date: utils.StrToInt(nowDay),
Uid: v.Uid,
}
has, err := sess.Insert(&userStatistics1)


Cargando…
Cancelar
Guardar