feat:【bpm 工作流】审批结束后,增加 reason 返回

This commit is contained in:
YunaiV
2025-08-24 10:19:28 +08:00
parent 98ed800945
commit ba4c539330
4 changed files with 10 additions and 3 deletions

View File

@@ -236,6 +236,7 @@ public class OAuth2TokenServiceImplTest extends BaseDbAndRedisUnitTest {
public void testCheckAccessToken_refreshToken() {
// mock 数据(访问令牌)
OAuth2RefreshTokenDO refreshTokenDO = randomPojo(OAuth2RefreshTokenDO.class)
.setUserId(0L)
.setExpiresTime(LocalDateTime.now().plusDays(1));
oauth2RefreshTokenMapper.insert(refreshTokenDO);
// 准备参数