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