Showing
1 changed file
with
2 additions
and
2 deletions
@@ -113,8 +113,8 @@ | @@ -113,8 +113,8 @@ | ||
113 | </select> | 113 | </select> |
114 | 114 | ||
115 | <select id="selectStoragePriceList" resultMap="BaseResultMap"> | 115 | <select id="selectStoragePriceList" resultMap="BaseResultMap"> |
116 | - select id, skup, product_id, goods_id, storage_id, depot_num, seller_uid, price, status, | ||
117 | - update_time, create_time | 116 | + select sp.id, sp.skup, sp.product_id, sp.goods_id, sp.storage_id, sp.depot_num, sp.seller_uid, sp.price, sp.status, |
117 | + sp.update_time, sp.create_time | ||
118 | from storage_price sp, storage s where sp.storage_id = s.id <include refid="skupPageCondition2" /> limit #{start},#{rows} | 118 | from storage_price sp, storage s where sp.storage_id = s.id <include refid="skupPageCondition2" /> limit #{start},#{rows} |
119 | </select> | 119 | </select> |
120 | 120 |
-
Please register or login to post a comment