fix
This commit is contained in:
@@ -126,7 +126,8 @@
|
|||||||
p.create_time as createTime,
|
p.create_time as createTime,
|
||||||
p.opportunity_point_code as opportunityPointCode,
|
p.opportunity_point_code as opportunityPointCode,
|
||||||
p.opportunity_point_name as opportunityPointName,
|
p.opportunity_point_name as opportunityPointName,
|
||||||
c.picture_obj as pictureObj
|
c.picture_obj as pictureObj,
|
||||||
|
pr.status as recommendStatus
|
||||||
from
|
from
|
||||||
xfsg_point_recommend pr
|
xfsg_point_recommend pr
|
||||||
inner join xfsg_point_info p on p.id = pr.point_id
|
inner join xfsg_point_info p on p.id = pr.point_id
|
||||||
|
|||||||
Reference in New Issue
Block a user