|
@@ -338,9 +338,6 @@ public class AuditServiceImpl implements AuditService {
|
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
|
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
|
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
|
|
String tableName = jsonObject.getStr("table_name");
|
|
String tableName = jsonObject.getStr("table_name");
|
|
|
- if(BeanUtils.isEmpty(tableName)){
|
|
|
|
|
- continue;
|
|
|
|
|
- }
|
|
|
|
|
String id = jsonObject.getStr("id_");
|
|
String id = jsonObject.getStr("id_");
|
|
|
String sql2 = "select id_ from "+tableName+" where id_ ='"+id+"'";
|
|
String sql2 = "select id_ from "+tableName+" where id_ ='"+id+"'";
|
|
|
Map<String,Object> data = commonDao.queryOne(sql2);
|
|
Map<String,Object> data = commonDao.queryOne(sql2);
|