dev
parent
8afc128f4d
commit
01953ff83d
|
|
@ -201,6 +201,7 @@ public class ModifyLogService {
|
|||
}
|
||||
}
|
||||
|
||||
if(!params.isEmpty()){
|
||||
List<Transport> transports = Transport.dao.find("select * from transport t where t.id in(" + StrKit.join(sqlparams, ",") + ")", params.toArray());
|
||||
|
||||
for (Record record : list) {
|
||||
|
|
@ -227,6 +228,7 @@ public class ModifyLogService {
|
|||
log.error(e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return page;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue