fix 计划开业时间

This commit is contained in:
shuo.wang
2025-01-23 14:43:30 +08:00
parent ca3303d898
commit a3b3a835e0

View File

@@ -275,7 +275,7 @@
b.username as username,
b.mobile as mobile,
a.investment_manager as investmentManager,
DATE_ADD(b.create_time, INTERVAL 50 DAY) as planOpenTime,
DATE_ADD(a.create_time, INTERVAL 50 DAY) as planOpenTime,
a.create_time as createTime,
a.join_mode as joinMode,
a.franchise_brand as franchiseBrand,