Merge branch 'master' of codeup.aliyun.com:64d9c5feeceb191898f636d7/honor-dd-light-ds-java

20230922-ljl-fixBug
cxxxxxxx详 1 year ago
commit 33e6a40053

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

Loading…
Cancel
Save