Commit 5e21b5c7 by 王祖波

刷新建联时间

parent 38b3cc2e
......@@ -141,7 +141,7 @@ public class ContactLogServiceImpl implements ContactLogService {
memberDataDTO.setMemberId(memberId);
memberDataDTO.setId(memberId);
memberDataDTO.setClerkContactTime(contactTime);
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(dynamicDocDTO));
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(memberDataDTO));
dynamicDocDTO.setDocJson(jsonObject);
dynamicDocDTO.setRefresh(Constant.FLAG_TRUE);
ESResponse res = esDataDynamicOperationApiService.updateDataSingle(dynamicDocDTO, false);
......
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