wangyu 6 vuotta sitten
vanhempi
commit
774a8e883f

+ 0 - 3
diagbotman-service/src/main/resources/mapper/OrderDetailsMapper.xml

@@ -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">