zss
20 小时以前 3d4cb4fafdee76f0dc2f895f21a37bfa0f638c6a
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>