修改:求解文件的base64解码代码优化
This commit is contained in:
@@ -92,7 +92,7 @@ public class TaskAdapter implements ITaskFeignClient {
|
||||
Base64.getDecoder().decode(masterFileRegularStrBase64),
|
||||
StandardCharsets.UTF_8
|
||||
);
|
||||
String inputFilesRegularStr= StringUtils.isNotBlank(inputFilesRegularStrBase64)?"":
|
||||
String inputFilesRegularStr= StringUtils.isBlank(inputFilesRegularStrBase64)?"":
|
||||
new String(
|
||||
Base64.getDecoder().decode(inputFilesRegularStrBase64),
|
||||
StandardCharsets.UTF_8
|
||||
|
||||
Reference in New Issue
Block a user