Commit 612e8047 authored by shajiaiming's avatar shajiaiming

fix

parent 95f16d02
......@@ -169,7 +169,7 @@ class CrossChainController extends BaseController
goto doEnd;
}
//交易成功,查询失败
if (true == $val['send_result'] && 'fail' == $val['query_result']) {
if (true == $val['send_result'] && 'success' != $val['query_result']) {
$step = $key + 1;
$code = -1;
$msg = $val['msg'];
......
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