去除无用的todo标记

This commit is contained in:
zer0Black
2023-11-26 12:00:40 +08:00
parent f290bf532f
commit cd16e5a7fb
11 changed files with 2 additions and 19 deletions
@@ -132,12 +132,6 @@ public class DictAspect {
log.debug(" 字典Val : " + textValue);
log.debug(" __翻译字典字段__ " + field.getName() + CommonConstant.DICT_TEXT_SUFFIX + " " + textValue);
// TODO-sun 测试输出,待删
log.debug(" ---- dictCode: " + fieldDictCode);
log.debug(" ---- value: " + value);
log.debug(" ----- text: " + textValue);
log.debug(" ---- dictModels: " + JSON.toJSONString(dictModels));
obj.put(field.getName() + CommonConstant.DICT_TEXT_SUFFIX, textValue);
}
}
@@ -295,7 +295,6 @@ public class JeroElasticsearchTemplate {
return "created".equals(result) || "updated".equals(result);
} catch (Exception e) {
log.error(e.getMessage() + "\n-- url: " + url + "\n-- data: " + data.toJSONString());
//TODO 打印接口返回异常json
return false;
}
}
@@ -93,7 +93,6 @@ public class NonceUtils {
return Long.toHexString(getCurrentTimeMillis());
}
/**
* todo 待补充
* @date 2021/4/6 9:36
* @return java.lang.String
*/
@@ -109,7 +108,6 @@ public class NonceUtils {
return Integer.toHexString(count);
}
/**
* todo 待补充
* @date 2021/4/6 9:39
* @param var0
* @param length