开发OTA备案工具-车辆升级

This commit is contained in:
高嵩
2023-03-29 14:22:49 +08:00
parent e16487da36
commit 462b0b8f83
@@ -77,7 +77,7 @@ public class ComparisonUtil<T> {
String newStr = "";
if (ObjectUtils.isNotEmpty(newVal) && !field.getName().equals(tableField.getName())) {
newStr = parseDictText(ote, field, newObj, sysDictService);
content = tableField.get(newObj).toString() + "-" + title + "由'空'改为'" + newStr + "'";
content = tableFieldStr + "-" + title + "由'空'改为'" + newStr + "'";
resList.add(new OtaBaCxTxjl(otaId, otaModuleEnum.getName(), content));
}
}