1af5d0c4 by xiaojie

【数据资产】

1、数据产品上架问题
1 parent 9f952eaf
...@@ -483,7 +483,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -483,7 +483,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
483 JSONObject data = new JSONObject(); 483 JSONObject data = new JSONObject();
484 data.put("guid", vo.getGuid()); 484 data.put("guid", vo.getGuid());
485 data.put("listingStatus", vo.getListingStatus()); 485 data.put("listingStatus", vo.getListingStatus());
486 jsonObject.put("zqData", data); 486 jsonObject.put("zqData", data.toJSONString());
487 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl()); 487 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getReceiveUrl());
488 } 488 }
489 return Boolean.TRUE; 489 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!