- 헤더 일반메일 아이콘 색상 변경
- 등록일자 내림차순 정렬
- 기본 프로젝트의 기간이 null로 표시되는 거 수정
| | |
| | | project.setDescription(this.messageAccessor.message("common.intoTheSystemIssueManagementProject")); // 시스템에서 기본으로 제공되는 이슈 관리 프로젝트입니다. |
| | | //project.setStartDate(DateUtil.convertDateToYYYYMMDD(new Date())); |
| | | //project.setEndDate(DateUtil.convertDateToYYYYMMDD(DateUtil.addDays(new Date(), 3650))); |
| | | project.setStartDate("");//null표시 방지 |
| | | project.setEndDate(""); |
| | | // 기본으로 생성되는 프로젝트의 유형은 BTS |
| | | project.setProjectType(ProjectType.BTS_PROJECT); |
| | | project.setWorkspace(workspace); |
| | |
| | | <if test="id != '' and id != null"> |
| | | AND h.id like CONCAT('%',#{id},'%') |
| | | </if> |
| | | ORDER BY h.id DESC |
| | | ORDER BY h.register_date DESC |
| | | <if test="pageSize != '' and pageSize != null"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="id != '' and id != null"> |
| | | AND i.id like CONCAT('%',#{id},'%') |
| | | </if> |
| | | ORDER BY i.id DESC |
| | | ORDER BY i.register_date DESC |
| | | <if test="pageSize != '' and pageSize != null"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="url != '' and id != url"> |
| | | AND cf.url like CONCAT('%',#{url},'%') |
| | | </if> |
| | | ORDER BY cf.id DESC |
| | | ORDER BY cf.register_date DESC |
| | | <if test="pageSize != '' and pageSize != null"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="useValue != '' and useValue != null"> |
| | | AND cfc.use_value like CONCAT('%',#{useValue},'%') |
| | | </if> |
| | | ORDER BY cfc.id DESC |
| | | ORDER BY cfc.register_date DESC |
| | | <if test="pageSize != '' and pageSize != null"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | </when> |
| | | </choose> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY cf.id DESC |
| | | ORDER BY cf.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | AND issue.reverse_index <![CDATA[ < ]]> 0 |
| | | AND workspace.id = #{workspaceId} |
| | | GROUP BY issue.id |
| | | ORDER BY issue.modify_date DESC |
| | | ORDER BY issue.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | </when> |
| | | </choose> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY i.name DESC |
| | | ORDER BY i.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | AND it.project_id IS NOT NULL |
| | | </if> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY it.id DESC |
| | | ORDER BY it.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | </when> |
| | | </choose> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY p.id desc |
| | | ORDER BY p.register_date desc |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | </when> |
| | | </choose> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY p.id desc |
| | | ORDER BY p.register_date desc |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | </choose> |
| | | AND p.workspace_id = #{workspaceId} |
| | | <if test="page != null and !page.equals('')"> |
| | | ORDER BY p.id desc |
| | | ORDER BY p.register_date desc |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | | </select> |
| | |
| | | <if test="title != '' and title != null"> |
| | | AND n.title like CONCAT('%',#{title},'%') |
| | | </if> |
| | | ORDER BY ID DESC |
| | | ORDER BY n.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | AND w.name like CONCAT('%',#{name},'%') |
| | | </if> |
| | | AND ws.id = #{workspaceId} |
| | | ORDER BY w.id DESC |
| | | ORDER BY w.register_date DESC |
| | | <if test="page != null and !page.equals('')"> |
| | | limit #{pageSize} offset #{page}; |
| | | </if> |
| | |
| | | <!-- <span class="new-messages-push"></span>--> |
| | | <i class="dripicons-broadcast"></i> |
| | | </div> |
| | | <a class="messages-notifications os-dropdown-trigger os-dropdown-position-left" |
| | | style="padding-top:5px;"> |
| | | <div class="messages-notifications os-dropdown-trigger os-dropdown-position-left"> |
| | | <i class="os-icon os-icon-email-2-at2 mr-20" ng-click="fn.sendCommonMail()" data-toggle="tooltip" data-placement="right" title="직접 작성한 메일 보내기"></i> |
| | | </a> |
| | | </div> |
| | | |
| | | <!-- |
| | | <select name="currentWorkspace" |