Explorar el Código

更新

one_orenge
huangjiajun hace 10 meses
padre
commit
ef279fb0e1
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      consume/zhios_order_hjy.go

+ 6
- 0
consume/zhios_order_hjy.go Ver fichero

@@ -173,6 +173,12 @@ func handleZhiosOrderHjy(msg []byte) error {
// }
//
//}
var ordRelate = make([]model.OrdListRelate, 0)
sess.Where("oid=?", canalMsg.Oid).Find(&ordRelate)
if len(ordRelate) > 0 {
sess.Commit()
return nil
}
if ordData.State != 4 && int64(ordData.ConfirmAt) > 0 && int64(ordData.ConfirmAt) < utils.TimeStdParseUnix("2023-11-01 00:00:00") {
ordData.State = 5
ordData.SettleAt = ordData.ConfirmAt


Cargando…
Cancelar
Guardar