|
@@ -439,7 +439,7 @@ public class MyDbHelper {
|
|
|
List<String> modifyValue = new ArrayList<>();
|
|
|
if ("1,2".contains(event)) {
|
|
|
Map<String, Object> valueMap = itemMap.containsKey("Value") ? (Map<String, Object>) itemMap.get("Value") : itemMap;
|
|
|
- if (allColumn.contains("createtime")) {
|
|
|
+ if (allColumn.contains("createtime") && "1".equals(event)) {
|
|
|
valueMap.put("createtime", new Date());
|
|
|
}
|
|
|
if (event.equals("1")) {
|