加盟商结束跟进

This commit is contained in:
shuo.wang
2025-05-29 18:29:33 +08:00
parent 0b2e903e28
commit 3abd8b99ef

View File

@@ -76,7 +76,7 @@
</foreach> </foreach>
</select> </select>
<select id="getSignType" resultType="com.cool.store.entity.SignFranchiseDO"> <select id="getSignType" resultType="com.cool.store.entity.SignFranchiseDO">
select shop_id as shopId, sign_type as signType from xfsg_sign_franchise select shop_id as shopId, sign_type as signType,partnership_signatory_second as partnershipSignatorySecond from xfsg_sign_franchise
where where
shop_id in shop_id in
<foreach collection="list" separator="," item="item" index="index" open="(" close=")"> <foreach collection="list" separator="," item="item" index="index" open="(" close=")">