瀏覽代碼

代码优化

wangyu 6 年之前
父節點
當前提交
774a8e883f
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      diagbotman-service/src/main/resources/mapper/OrderDetailsMapper.xml

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