fix: 发送OA消息的请求添加超时时间为2分钟,发送失败后的延迟时间设为10分钟

This commit is contained in:
wxyclub
2024-04-19 17:48:04 +08:00
parent 79ce56d7b0
commit be7bc047fc
@@ -234,8 +234,6 @@ public interface LawsUserInfoService {
@RequestParam("standtextStatus") String standtextStatus,
@RequestParam("prcCreateUser") String prcCreateUser,
@RequestParam("prcNum") String prcNum);
ResponseMessage<Boolean> changeStandStatus(@RequestParam("standId") String standId,@RequestParam("standCode") String standCode,@RequestParam("standtextStatus") String standtextStatus);
/**
* 流程状态变更, 用于流程结束或流程撤回后的状态变更
* @param trackingChecklistId 跟踪清单ID