You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2020/12/15 07:11:07 UTC

[incubator-dolphinscheduler] branch dev updated: fix sql error (#4227)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8f23692  fix sql error (#4227)
8f23692 is described below

commit 8f2369214b88aff04b73ef4153283035ca7f4253
Author: felix.wang <59...@users.noreply.github.com>
AuthorDate: Tue Dec 15 15:10:59 2020 +0800

    fix sql error (#4227)
---
 .../resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
index e350477..64c5b6c 100644
--- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
+++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml
@@ -76,7 +76,6 @@
         <include refid="baseSqlV2">
             <property name="alias" value="p"/>
         </include>
-        ,
         from t_ds_project p,t_ds_relation_project_user rel
         where p.id = rel.project_id and rel.user_id= #{userId}
     </select>