huangjiajun hace 10 meses
padre
commit
81a7e29455
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      consume/zhios_order_free.go

+ 4
- 4
consume/zhios_order_free.go Ver fichero

@@ -81,12 +81,12 @@ func handleZhiosOrderFree(msg []byte) error {
if err != nil || ordData == nil {
return nil
}
//if ordData.State > 3 || ordData.PriceType > 0 {
// return nil
//}
if ordData.PriceType > 0 {
if ordData.State > 3 || ordData.PriceType > 0 {
return nil
}
//if ordData.PriceType > 0 {
// return nil
//}
freeNewType := db.SysCfgGetWithDb(eg, canalMsg.Mid, "free_new_type")
freeOrder := orderFreeCheck(eg, sess, canalMsg)
if freeOrder != nil {


Cargando…
Cancelar
Guardar