src/main/resources/mybatis/query-template/issueType-template.xml
@@ -19,6 +19,9 @@ <if test="projectId != '' and projectId != null"> AND it.project_id like CONCAT('%',#{projectId},'%') </if> <if test="useProject != '' and useProject != null and useProject == true"> AND it.project_id IS NOT NULL </if> AND ws.id = #{workspaceId} <if test="page != null and !page.equals('')"> limit #{pageSize} offset #{page};