oying-system/src/main/resources/mapper/pc/product/ProductMapper.xml
@@ -60,10 +60,10 @@ and active = #{criteria.active} </if> </where> order by product_id desc <if test="criteria.limit != null"> limit #{criteria.limit} </if> order by product_id desc </select> </mapper>