This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
ctop
/
okr
Watch
6
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
任务按照优先级排序
hcst_sunzhen
5 년 전
부모
84eb868f6a
커밋
68f312dd65
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
1
0
src/main/java/cn/com/ctop/okr/mapper/xml/OkrTaskInfoMapper.xml
+ 1
- 0
src/main/java/cn/com/ctop/okr/mapper/xml/OkrTaskInfoMapper.xml
파일 보기
@@ -17,6 +17,7 @@
type = #{type}
and
status = 1
+ order by priority
</select>
<!-- 增加任务 -->