Merge branch 'master' into cc_20250513_franchise_report
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
c.line_id as lineId,
|
||||
c.region_id as regionId,
|
||||
c.store_type as storeType,
|
||||
c.join_mode as joinMode,
|
||||
b.shop_stage as stage,
|
||||
b.shop_sub_stage as subStage,
|
||||
b.shop_sub_stage_status as subStageStatus,
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
c.id as shopId,
|
||||
c.line_id as lineId,
|
||||
c.region_id as regionId,
|
||||
c.join_mode as joinMode,
|
||||
c.store_type as storeType,
|
||||
b.shop_stage as stage,
|
||||
b.shop_sub_stage as subStage,
|
||||
@@ -62,6 +63,7 @@
|
||||
c.line_id as lineId,
|
||||
c.region_id as regionId,
|
||||
c.store_type as storeType,
|
||||
c.join_mode as joinMode,
|
||||
b.shop_stage as stage,
|
||||
b.shop_sub_stage as subStage,
|
||||
b.shop_sub_stage_status as subStageStatus,
|
||||
@@ -85,6 +87,7 @@
|
||||
c.line_id as lineId,
|
||||
c.region_id as regionId,
|
||||
c.store_type as storeType,
|
||||
c.join_mode as joinMode,
|
||||
b.shop_stage as stage,
|
||||
b.shop_sub_stage as subStage,
|
||||
b.shop_sub_stage_status as subStageStatus,
|
||||
|
||||
@@ -56,7 +56,9 @@
|
||||
limit 1
|
||||
</select>
|
||||
<select id="selectByShopIds" resultType="com.cool.store.entity.SignFranchiseDO">
|
||||
select contract_code,shop_id,sign_type,contract_start_time,contract_end_time,contract_amount,create_time,partnership_signatory_first,partnership_signatory_second
|
||||
select contract_code,shop_id,sign_type,contract_start_time,contract_end_time,contract_amount,create_time,
|
||||
partnership_signatory_first,partnership_signatory_second ,partnership_signatory_second_id_number,partnership_signatory_second_mobile,
|
||||
introduction_award,introduce_store,introducer,protective_distance,partnership_signatory_first_which_store
|
||||
from xfsg_sign_franchise
|
||||
where 1=1
|
||||
<if test="list !=null and list.size >0">
|
||||
|
||||
Reference in New Issue
Block a user