Commit 4ca7e90e by 王祖波

自动建联时间

parent bc091626
......@@ -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