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

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


The following commit(s) were added to refs/heads/dev by this push:
     new d59a6c2ea [BUG] fix mapping operation failed (#2820)
d59a6c2ea is described below

commit d59a6c2eab5737c5f59bbb8901eee5bf5fd01372
Author: zhoulii <[email protected]>
AuthorDate: Thu Jun 29 17:51:22 2023 +0800

    [BUG] fix mapping operation failed (#2820)
    
    Co-authored-by: zhoulii <[email protected]>
---
 .../src/main/resources/mapper/core/ApplicationMapper.xml               | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/streampark-console/streampark-console-service/src/main/resources/mapper/core/ApplicationMapper.xml
 
b/streampark-console/streampark-console-service/src/main/resources/mapper/core/ApplicationMapper.xml
index 88776e02d..d8565cc76 100644
--- 
a/streampark-console/streampark-console-service/src/main/resources/mapper/core/ApplicationMapper.xml
+++ 
b/streampark-console/streampark-console-service/src/main/resources/mapper/core/ApplicationMapper.xml
@@ -285,7 +285,8 @@
                 app_id=#{application.appId},
             </if>
             end_time=null,
-            state=14
+            state=14,
+            tracking=1
         </set>
         where id=#{application.id}
     </update>

Reply via email to