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