huminmin
2026-06-24 ce3b0a6cf31d2accfb657748b97585e64994724b
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">