liyong
2 天以前 d0af197200c08e13b8bd78cdcb5e7d067feb773f
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>