删除单引号

This commit is contained in:
nigel007 2019-07-23 11:19:28 +08:00
parent 87b807688a
commit 60547d9dc3
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ class PullRequestsController < ApplicationController
# 发送交易
Rails.logger.info("before executing chain_trustie command...")
Rails.logger.info(pushTXInfoJson)
cmd = "chain_trustie pushPRTX \\'" + pushTXInfoJson + "\\'"
cmd = "chain_trustie pushPRTX " + pushTXInfoJson
Rails.logger.info(cmd)
# result = system # 执行失败了