|
@@ -31,7 +31,7 @@ public class AiQwAddWxTaskNode extends AbstractWorkflowNode {
|
|
|
private static final CompanyWxClientMapper companyWxClientMapper = SpringUtils.getBean(CompanyWxClientMapper.class);
|
|
private static final CompanyWxClientMapper companyWxClientMapper = SpringUtils.getBean(CompanyWxClientMapper.class);
|
|
|
@SuppressWarnings("unchecked")
|
|
@SuppressWarnings("unchecked")
|
|
|
private static final RedisCacheT<String> redisCache = SpringUtils.getBean(RedisCacheT.class);
|
|
private static final RedisCacheT<String> redisCache = SpringUtils.getBean(RedisCacheT.class);
|
|
|
- public static final String DELAY_QW_ADD_WX_KEY = "qwAddWxTask:delay:%s:%s:";
|
|
|
|
|
|
|
+ public static final String DELAY_QW_ADD_WX_KEY = "qwAddWxTask:delay:%s:%s:%s:";
|
|
|
/**
|
|
/**
|
|
|
* 默认加微超时时间(分钟)
|
|
* 默认加微超时时间(分钟)
|
|
|
*/
|
|
*/
|