liyong
2026-03-09 aac591782bef5f9eedbd96ed3de8c4c7a0967776
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>