|
|
@ -189,7 +189,7 @@
|
|
|
|
order by product_to_ds_item_id desc
|
|
|
|
order by product_to_ds_item_id desc
|
|
|
|
limit #{page},#{pageSize}
|
|
|
|
limit #{page},#{pageSize}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getSearchProductToDsItemList" resultType="java.lang.Integer">
|
|
|
|
<select id="getSearchProductToDsItemCount" resultType="java.lang.Integer">
|
|
|
|
select COUNT(product_to_ds_item_id)
|
|
|
|
select COUNT(product_to_ds_item_id)
|
|
|
|
from product_to_ds_item
|
|
|
|
from product_to_ds_item
|
|
|
|
where shop_id = #{shopId}
|
|
|
|
where shop_id = #{shopId}
|
|
|
|