开发OTA备案工具-车辆升级
This commit is contained in:
+1
-1
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user