wolfboys commented on code in PR #3687: URL: https://github.com/apache/incubator-streampark/pull/3687#discussion_r1585141931
########## streampark-console/streampark-console-service/src/main/resources/mapper/core/ProjectMapper.xml: ########## @@ -84,5 +84,11 @@ </if> </where> </select> + <select id="selectCurrentBuildCount" resultType="java.lang.Long"> Review Comment: ``` <select id="getBuildingCount" resultType="java.lang.Long"> select count(1) from t_flink_project where build_state = 0 </select> ``` -- 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. To unsubscribe, e-mail: issues-unsubscr...@streampark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org