Commit df5cc949 by 陶光胜

配置表

parent 963ed3f7
......@@ -68,6 +68,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
queryDTO.setDataBaseName(DATABASENAME);
queryDTO.setConllectionName(tableName);
ServiceResponse<List<Map>> query = mongoOperApiService.query(queryDTO);
log.info("是否存在重复:{},{}", JSON.toJSONString(queryDTO), JSON.toJSONString(query));
if(CollectionUtils.isNotEmpty(query.getResult())){
if(tableSetting.getRepeateOpt() != null && tableSetting.getRepeateOpt() == 1){
//等于1表示重复更新
......
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