chore(bpm): 更新门户待办模块作者信息并优化HTTP响应处理

- 将多个类中的@author标记从shelly更新为yangchenjj
- 在PortalRequest类中引入HttpResponse并使用try-with-resources优化HTTP请求执行
- 确保所有HTTP请求的响应体正确解析并返回PortalTodoResponseDTO对象
- 修复潜在的资源泄漏问题,提升代码健壮性
This commit is contained in:
2025-12-09 09:32:13 +08:00
parent 21debd7f40
commit d85c2ce315
17 changed files with 45 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ import java.util.stream.Collectors;
/**
* 描述生成最后执行SQL
*
* @author shelly
* @author yangchenjj
*/
public class SqlUtilsTest extends BaseMockitoUnitTest {