This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ctop
/
okr
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
任务按照优先级排序
hcst_sunzhen
4 years ago
parent
84eb868f6a
commit
68f312dd65
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
@@ -17,6 +17,7 @@
type = #{type}
and
status = 1
+ order by priority
</select>
<!-- 增加任务 -->