加盟合同增加字段+导出字段增加

This commit is contained in:
shuo.wang
2025-03-12 17:32:50 +08:00
parent d740d9ba6c
commit 298b46d044
8 changed files with 37 additions and 2 deletions

View File

@@ -24,7 +24,8 @@
a.first_year_start_time as firstYearStartTime,
a.first_year_end_time as firstYearEndTime,
a.first_year_fee as firstYearFee,
a.performance_bond as performanceBond
a.performance_bond as performanceBond,
b.pay_user_name as payUserName
from xfsg_franchise_fee a
LEFT JOIN xfsg_line_pay b ON b.id = a.pay_id
where a.shop_id in