|
|
|
@ -28,7 +28,9 @@
|
|
|
|
|
where ds_allow_auto_purchase_product_id = #{dsAllowAutoPurchaseProductId,jdbcType=BIGINT}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="getListByShopId" resultMap="BaseResultMap">
|
|
|
|
|
select * from ds_allow_auto_purchase_product where shop_id = #{shopId}
|
|
|
|
|
select
|
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
|
from ds_allow_auto_purchase_product where shop_id = #{shopId,jdbcType=BIGINT}
|
|
|
|
|
</select>
|
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
|
|
|
|
|
delete from ds_allow_auto_purchase_product
|
|
|
|
|