Commit 874e9125 authored by wlx@33.cn's avatar wlx@33.cn

修正关单

parent ec14829d
...@@ -37,7 +37,7 @@ public class orderCloseCousumer { ...@@ -37,7 +37,7 @@ public class orderCloseCousumer {
log.error("orderPayConsumer:pid:"+message +"订单不存在"); log.error("orderPayConsumer:pid:"+message +"订单不存在");
return; return;
} }
if(pay.getState()!=3 || pay.getState()!=6){ if(pay.getState()!=3 && pay.getState()!=6){
log.error("orderPayConsumer:pid:"+message +"订单状态不成功"); log.error("orderPayConsumer:pid:"+message +"订单状态不成功");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment