liyong
7 天以前 810b00c05fb7c9c6099cd8d011718e0ca59162bb
src/main/resources/mapper/production/ProductProcessMapper.xml
@@ -7,7 +7,8 @@
        p.id,
        p.name,
        p.no,
        p.remark
        p.remark,
        p.salary_quota
        FROM
        product_process p
        <where>
@@ -18,6 +19,6 @@
                AND  p.no LIKE CONCAT('%',#{productProcessDto.no},'%')
            </if>
        </where>
        order by p.id desc
        order by p.id asc
    </select>
</mapper>