liyong
18 小时以前 7558d3cb61282e41e27f85f56e829c6e6409f66d
src/main/resources/mapper/production/ProductProcessMapper.xml
@@ -4,10 +4,7 @@
    <select id="listPage" resultType="com.ruoyi.production.dto.ProductProcessDto">
        SELECT
        p.id,
        p.name,
        p.no,
        p.remark
        *
        FROM
        product_process p
        <where>
@@ -18,6 +15,6 @@
                AND  p.no LIKE CONCAT('%',#{productProcessDto.no},'%')
            </if>
        </where>
        order by p.id desc
        order by p.id asc
    </select>
</mapper>