Commit bf5a33d8 by liuyu

2024/11/19 cid记录任务配置

parent 8ac9fc2f
......@@ -12,7 +12,7 @@ public class CidRecordDaoImpl implements CidRecordDao {
private final MongoTemplate mongoTemplate;
private final String COLLECTION_NAME = "marker_cid_repeat_";
private final String COLLECTION_NAME = "client_cid_repeat_";
public CidRecordDaoImpl(@Qualifier("markerMongoTemplate") MongoTemplate mongoTemplate) {
this.mongoTemplate = mongoTemplate;
......
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