liyong
3 天以前 60b742746f9c00a2b7d96217463d1aa0eca490d2
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>