...
|
...
|
@@ -68,7 +68,7 @@ |
|
|
</select>
|
|
|
<select id="selectBySkup" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
select id, skup, product_id, goods_id, storage_id, depot_num, seller_uid, price, status,
|
|
|
update_time, create_time
|
|
|
update_time, create_time, pre_sale_flag
|
|
|
from storage_price
|
|
|
where skup = #{skup,jdbcType=INTEGER} limit 1
|
|
|
</select>
|
...
|
...
|
|