|
|
@@ -119,7 +119,7 @@ public class UpdateDBLogAspect {
|
|
|
JSONArray jsonArray = new JSONArray();
|
|
|
for (Map<String,Object> map : list) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
- jsonObject.put("tableName",tableName);
|
|
|
+ jsonObject.put("table_name",tableName);
|
|
|
for (Object key : map.keySet()){
|
|
|
jsonObject.put(key.toString(), map.get(key));
|
|
|
if (key.equals("create_time_")){
|