liyong
2026-05-14 ff9cedf9f8093dc87e4974f9ba0c9e591ee6783b
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>