1af5d0c4 by xiaojie

【数据资产】

1、数据产品上架问题
1 parent 9f952eaf
......@@ -483,7 +483,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
JSONObject data = new JSONObject();
data.put("guid", vo.getGuid());
data.put("listingStatus", vo.getListingStatus());
jsonObject.put("zqData", data);
jsonObject.put("zqData", data.toJSONString());
invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
}
return Boolean.TRUE;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!