|
|
@ -26,7 +26,7 @@
|
|
|
|
from ds_auto_purchase_agreement
|
|
|
|
from ds_auto_purchase_agreement
|
|
|
|
where ds_auto_purchase_agreement_id = #{dsAutoPurchaseAgreementId,jdbcType=BIGINT}
|
|
|
|
where ds_auto_purchase_agreement_id = #{dsAutoPurchaseAgreementId,jdbcType=BIGINT}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectByShopId" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
|
<select id="getByShopId" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
from ds_auto_purchase_agreement where shop_id = #{shopId,jdbcType=BIGINT}
|
|
|
|
from ds_auto_purchase_agreement where shop_id = #{shopId,jdbcType=BIGINT}
|
|
|
|