This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ctop
/
okr
Seguir
6
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
任务按照优先级排序
hcst_sunzhen
hace 4 años
padre
84eb868f6a
commit
68f312dd65
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
@@ -17,6 +17,7 @@
type = #{type}
and
status = 1
+ order by priority
</select>
<!-- 增加任务 -->