liyong
昨天 dcb74418d8106d4f57e56a584f73da5484cd64b8
src/main/resources/mapper/production/ProductProcessMapper.xml
@@ -18,6 +18,6 @@
                AND  p.no LIKE CONCAT('%',#{productProcessDto.no},'%')
            </if>
        </where>
        order by p.id desc
        order by p.id asc
    </select>
</mapper>