修改:审批人逗号切割未生效问题修复
This commit is contained in:
@@ -1842,7 +1842,7 @@ public class MinioFileIDataFileServiceImpl implements IDataFileService {
|
||||
}
|
||||
});
|
||||
String resultStr = sb.toString();
|
||||
resultStr.substring(0, resultStr.length() - 1);
|
||||
resultStr = resultStr.substring(0, resultStr.length() - 1);
|
||||
return resultStr;
|
||||
} catch (Exception e) {
|
||||
CoreLogger.error("getCidFlowReviewer error,param:{},errMsg:{}", JSONObject.toJSONString(flowInfos), e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user