Commit b4a95827 by 王祖波

批量添加跟进记录

parent 774deefe
......@@ -50,6 +50,7 @@ public class ContactController {
List<ContactFollowQDTO> list = memberIdList.stream().map(x -> {
ContactFollowQDTO followQDTO = EntityUtil.changeEntityNew(ContactFollowQDTO.class, contactFollowQO);
followQDTO.setMemberId(x);
followQDTO.setFollowTime(DateUtil.date());
return followQDTO;
}).collect(Collectors.toList());
ServiceResponse<Void> serviceResponse = contactFollowApiService.saveBatchFollow(list);
......
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