调整OA插件调用方式

This commit is contained in:
476474485@qq.com 2025-04-07 16:35:14 +08:00
parent 5811f56a9d
commit bef193903b
1 changed files with 4 additions and 0 deletions

View File

@ -545,6 +545,10 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace {
// logger.info("调用中台返回的参数:{}",body);
// return body;
}
}else{
// StrUtil.isNotEmpty(jsonStr) && StrUtil.isNotEmpty(formAppId) && StrUtil.isNotEmpty(eventType)
logger.info("jsonStr,formAppId,eventType为空执行错误"+jsonStr+formAppId+eventType);
throw new BaseSystemException("jsonStr,formAppId,eventType为空执行错误");
}
return null;
}