门店明细表
This commit is contained in:
@@ -486,9 +486,16 @@
|
||||
</select>
|
||||
<select id="getShopFranchiseReportList" resultType="com.cool.store.dto.FranchiseReportDTO">
|
||||
select
|
||||
|
||||
a.id as shopId,
|
||||
a.region_id as regionId,
|
||||
a.store_type as storeType
|
||||
a.store_type as storeType,
|
||||
a.shop_code as shopCode,
|
||||
a.investment_manager as investmentManager,
|
||||
a.shop_name as shopName,
|
||||
a.join_mode as joinMode,
|
||||
a.franchise_brand as franchiseBrand,
|
||||
b.actual_complete_time as actualCompleteTime
|
||||
from xfsg_shop_info a
|
||||
left join xfsg_shop_stage_info b on a.id = b.shop_id
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user