项目库排序修改

duhanyu
杜函宇 4 months ago
parent 568ee6650f
commit 27bfc22357

@ -29,7 +29,7 @@
and project_year = #{req.projectYear} and project_year = #{req.projectYear}
</if> </if>
</where> </where>
order by project_year desc order by project_year desc,FIELD(status, 0, 1, 2, 3,10,8,7,9,5)
</select> </select>
<select id="getApprovalInfoList" resultType="com.ruoyi.jjh.declaration.entity.vo.BmsApprovalInfoQueryVo"> <select id="getApprovalInfoList" resultType="com.ruoyi.jjh.declaration.entity.vo.BmsApprovalInfoQueryVo">
SELECT c.id, SELECT c.id,

Loading…
Cancel
Save