Commit 003a0a80 by 王祖波

Merge branch 'feature-recommend3' into 'developer'

自动建联时间

See merge request !2892
parents 32622de4 4ca7e90e
......@@ -218,7 +218,7 @@ public class ContactLogServiceImpl implements ContactLogService {
followQDTO.setClerkCode(contactLog.getClerkCode());
followQDTO.setFollowType(ContactFollowTypeEnum.AUTO_CONTACT.getCode());
followQDTO.setFollowRemark("因" + ContactAutoTypeEnum.fromCode(contactAutoType).getDescription() + ",系统自动标记了建联");
followQDTO.setFollowTime(contactLog.getCreateTime());
followQDTO.setFollowTime(DateUtil.date());
followQDTO.setEnterpriseId(enterpriseId);
contactFollowService.saveFollow(followQDTO);
} catch (BusinessException e) {
......
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