线索计划开业时间
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
Reference in New Issue
Block a user