|
@ -100,7 +100,7 @@ public class PackageQcService {
|
|
|
String method = redisClient.get("qc_" + zipPackage.getCdaVersion() + ":" + dataSetCode + ":" + metadata);
|
|
|
if (method != null) {
|
|
|
Class clazz = QcRuleCheckService.class;
|
|
|
Method _method = clazz.getMethod(method, new Class[]{String.class, String.class, String.class, String.class});
|
|
|
Method _method = clazz.getMethod(method.trim(), new Class[]{String.class, String.class, String.class, String.class});
|
|
|
_method.setAccessible(true);
|
|
|
ErrorType errorType;
|
|
|
try {
|