Authored by Lixiaodi

bug修改

... ... @@ -10,5 +10,5 @@ public interface SecondhandFlawMapper {
List<SecondhandFlaw> selectByType(@Param("type") Integer type);
List<SecondhandFlaw> selectByIds(@Param("type") String ids);
List<SecondhandFlaw> selectByIds(@Param("ids") String ids);
}
\ No newline at end of file
... ...
... ... @@ -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>
... ...