线索计划开业时间

This commit is contained in:
苏竹红
2024-05-16 10:23:09 +08:00
parent 3d8d3cb6a6
commit 114f036138

View File

@@ -102,7 +102,7 @@
b.username as username,
b.mobile as mobile,
b.investment_manager as investmentManager,
DATE_ADD(b.create_time, INTERVAL 50 DAY) as planOpenTime,
DATE_ADD(b.create_time, INTERVAL 50 DAY) as planOpenTime
from xfsg_shop_info a left join xfsg_line_info b on a.line_id = b.id
where a.deleted = 0
<if test="request.keyword != null and request.keyword != ''">