加盟商结束跟进
This commit is contained in:
@@ -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=")">
|
||||||
|
|||||||
Reference in New Issue
Block a user