Commit f2256ee2 by 陶光胜

配置表

parent e1356b17
......@@ -81,7 +81,7 @@ public class CustomSettingApiServiceImpl implements CustomSettingApiService {
mongoUpdateDTO.setDataBaseAndCollectionName(DATABASENAME, tableName);
mongoUpdateDTO.setData(map);
ServiceResponse<Integer> update = mongoOperApiService.update(mongoUpdateDTO);
log.info("update:{}", JSON.toJSONString(update));
log.info("update:{},{}", JSON.toJSONString(map), JSON.toJSONString(update));
} else {
map.put("update_time", date);
map.put("create_time", date);
......
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