chore(bpm): 更新门户待办模块作者信息并优化HTTP响应处理
- 将多个类中的@author标记从shelly更新为yangchenjj - 在PortalRequest类中引入HttpResponse并使用try-with-resources优化HTTP请求执行 - 确保所有HTTP请求的响应体正确解析并返回PortalTodoResponseDTO对象 - 修复潜在的资源泄漏问题,提升代码健壮性
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.stream.Collectors;
|
||||
/**
|
||||
* 描述:生成最后执行SQL
|
||||
*
|
||||
* @author shelly
|
||||
* @author yangchenjj
|
||||
*/
|
||||
public class SqlUtilsTest extends BaseMockitoUnitTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user