Commit 40ad5d99 by yao.xiao

修改-经纪人详情查询增加出参

parent 71182ae9
......@@ -581,6 +581,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
info.setFyp(mktLeadsAssigneds.getFyp());
info.setPieces(mktLeadsAssigneds.getPieces());
info.setRemark(mktLeadsAssigneds.getRemark());
info.setTimeToClose(CommonUtil.dateParseString(mktLeadsAssigneds.getTimeToClose(),"yyyy-MM-dd HH:mm:ss"));
info.setOpportunityDate(CommonUtil.dateParseString(mktLeadsAssigneds.getCreatedAt(),"yyyy-MM-dd HH:mm:ss"));
info.setOpportunityCustomerTags(OpportunityCustomerTags(customerId));
return info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment