Commit 9cc56e79 authored by wulixian's avatar wulixian

Merge branch 'dev' into 'test'

修正关单 See merge request !41
parents 09d92955 00899937
...@@ -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