huminmin
4 天以前 1bf100fa9291b6532329029e5a3977a41bdf95be
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">