【数据资产】
1、数据产品上架问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment