|
@@ -128,7 +128,7 @@ public class DingService {
|
|
|
}
|
|
|
String userIds = String.join(",", userIdList);
|
|
|
|
|
|
- String oaPath = String.format(FilePath.oss_ding_path, CacheUtil.dingServeName,"OA.json");
|
|
|
+ String oaPath = String.format(FilePath.oss_ding_path,FilePath.common, CacheUtil.dingServeName,"OA.json");
|
|
|
String fileContent = fYunFileServiceInterface.getFileContent(oaPath);
|
|
|
if(StringUtils.isBlank(fileContent)){
|
|
|
throw new BusinessException(ResultCode.DING_SEND_ERROR);
|