Sfoglia il codice sorgente

任务按照优先级排序

hcst_sunzhen 4 anni fa
parent
commit
68f312dd65

+ 1 - 0
src/main/java/cn/com/ctop/okr/mapper/xml/OkrTaskInfoMapper.xml

@@ -17,6 +17,7 @@
         type = #{type}
         type = #{type}
         and
         and
         status = 1
         status = 1
+        order by priority
     </select>
     </select>
 
 
     <!-- 增加任务 -->
     <!-- 增加任务 -->