liyong
2026-05-12 91a63a27ec7f6517f87892b385aa617a94e1aedc
src/main/resources/mapper/approve/ApproveProcessMapper.xml
@@ -38,5 +38,6 @@
        <if test="req.approveType != null ">
            and approve_type = #{req.approveType}
        </if>
        order by id desc
    </select>
</mapper>