|
|
@@ -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 { |
|
|
|