Commit 57567614 by fudahua

企业微信标签同步

parent 6e8239a3
......@@ -139,6 +139,7 @@ public class QywxTagServiceImpl implements QywxTagService {
list.forEach(dto -> {
dto.setCreateTime(new Date());
dto.setUpdateTime(new Date());
dto.setOrder(1L);
qywxTagRelationMapper.insert(dto);
});
return true;
......
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