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