huminmin
3 天以前 bb302afba7c479d313d513370ea7dd6ac4da3c21
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">