@@ -53,9 +53,6 @@
<if test="productId != null and productId !=''">
AND product_id = #{productId}
</if>
- <if test=" size != null and size != ''">
- LIMIT #{index},#{size}
- </if>
</select>
<select id="selectAllOrderDetialsByOrderNum" resultType="com.diagbot.entity.OrderDetailStatus">