门店明细表

This commit is contained in:
shuo.wang
2025-06-05 15:07:05 +08:00
parent 81083972ca
commit 0d389a9e89
8 changed files with 226 additions and 7 deletions

View File

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