Commit 8cbac0f2 by 陶光胜

配置表

parent 08ab5f2d
......@@ -84,7 +84,6 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
} else {
MongoSaveDTO mongoSaveDTO = new MongoSaveDTO();
mongoSaveDTO.setDataBaseAndCollectionName(DATABASENAME, tableName);
map.put(PRIMARYKEY, UUID.randomUUID());
mongoSaveDTO.setData(map);
ServiceResponse<String> save = mongoOperApiService.save(mongoSaveDTO);
log.info("save:{}", JSON.toJSONString(save));
......
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