liding
7 小时以前 8beb176e14312b8e7ca43a25f8ec1386157502f9
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>