项目预算执行率列表增加根据创建时间倒序排列
This commit is contained in:
parent
7a29d02363
commit
4d6124c547
@ -28,5 +28,6 @@
|
|||||||
<if test="projectBudgetImplementFindReq.id!=null">
|
<if test="projectBudgetImplementFindReq.id!=null">
|
||||||
and pbi.id_=#{projectBudgetImplementFindReq.id}
|
and pbi.id_=#{projectBudgetImplementFindReq.id}
|
||||||
</if>
|
</if>
|
||||||
|
order by pbi.created_at desc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user