JinyLeeChina commented on a change in pull request #5630:
URL: https://github.com/apache/dolphinscheduler/pull/5630#discussion_r651382788
##########
File path:
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
##########
@@ -29,7 +29,7 @@
select
<include refid="baseSql"/>
from t_ds_project
- where code = #{code}
+ where code = #{projectCode}
Review comment:
Project queryByCode(@Param("projectCode") Long projectCode);
--
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]