...
|
...
|
@@ -113,8 +113,8 @@ |
|
|
</select>
|
|
|
|
|
|
<select id="selectStoragePriceList" resultMap="BaseResultMap">
|
|
|
select id, skup, product_id, goods_id, storage_id, depot_num, seller_uid, price, status,
|
|
|
update_time, create_time
|
|
|
select sp.id, sp.skup, sp.product_id, sp.goods_id, sp.storage_id, sp.depot_num, sp.seller_uid, sp.price, sp.status,
|
|
|
sp.update_time, sp.create_time
|
|
|
from storage_price sp, storage s where sp.storage_id = s.id <include refid="skupPageCondition2" /> limit #{start},#{rows}
|
|
|
</select>
|
|
|
|
...
|
...
|
|