lenboo commented on a change in pull request #1457: bug:Catching exceptions and
printing exception information
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/1457#discussion_r358078595
##########
File path:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java
##########
@@ -512,7 +512,7 @@ public void exportProcessDefinitionById(User loginUser,
String projectName, Inte
for (int k = 0; k < dependItemList.size();
k++) {
JSONObject dependentItem =
dependItemList.getJSONObject(k);
int definitionId =
dependentItem.getInteger("definitionId");
- ProcessDefinition definition =
processDefineMapper.selectById(definitionId);
+ ProcessDefinition definition =
processDefineMapper.queryByDefineId(definitionId);
Review comment:
it's ok
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services