liding
6 天以前 f10e0997b70d0df89143502e7fa050e532e87e45
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -233,7 +233,9 @@
            </if>
        </where>
        order by po.id desc
        limit #{offset}, #{size}
        <if test="size != null and size &gt;= 0">
            limit #{offset}, #{size}
        </if>
    </select>
    <select id="countHomeOrderProgress" resultType="java.lang.Long">