2 天以前 23c8604bc54ba3f20b0bf00a2649895c8e096a05
src/main/resources/mapper/approve/ApproveProcessMapper.xml
@@ -40,5 +40,6 @@
        <if test="req.approveType != null ">
            and approve_type = #{req.approveType}
        </if>
        order by id desc
    </select>
</mapper>