采购配置相关

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent 8574a4122c
commit f33701895b

@ -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

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

Loading…
Cancel
Save