Skip to content

Commit

Permalink
请求记录入库。
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaJk committed Feb 28, 2023
1 parent 0c92b94 commit 5885840
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public class GenericServiceInterfaceImpl implements GenericService {
String requestId = UUID.randomUUID().toString().replace("-","");
//
String groupName = Util.getUrlGroup();
// TODO: 2023/2/27 请求记录插入数据库
try {
for (int i = 0; i < parameterTypes.length; i++) {
requestHistoryDao.saveOneRequestInfo(requestId,parameterTypesList.get(i),req.get(i).toString(),groupName);
Expand Down

0 comments on commit 5885840

Please sign in to comment.