区块链调试

This commit is contained in:
zhangqinbin
2021-09-02 17:52:26 +08:00
parent 0fca6f592b
commit 94ffa556a8

View File

@ -98,9 +98,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
if (uniBssRsp != null && UniBssConstant.RESP_CODE_00000.equals(uniBssRsp.getUniBssHead().getRespCode())) { if (uniBssRsp != null && UniBssConstant.RESP_CODE_00000.equals(uniBssRsp.getUniBssHead().getRespCode())) {
System.out.println("返回接口:"+uniBssRsp); System.out.println("返回接口:"+uniBssRsp);
String retJson = JSONArray.toJSONString(uniBssRsp.getUniBssBody()); if(str!=null&&!"".equals(str)&&str.indexOf("_RSP\":{\"Code\":200,")>=0){
if(retJson!=null&&!"".equals(retJson)&&retJson.indexOf("{\"Code\":200,")>=0){
blockChainLog.setStatus(0);//成功 blockChainLog.setStatus(0);//成功
this.iBlockChainLogService.save(blockChainLog); this.iBlockChainLogService.save(blockChainLog);
return true; return true;