@@ -488,11 +488,19 @@
e.extInfo.taskId
);
} else {
- return (
+ if(e.extInfo.isQualified == 1 || e.extInfo.notType == 5) {
+ return (
Object.prototype.hasOwnProperty.call(e.extInfo, 'taskId') &&
e.extInfo.taskId &&
e.extInfo.reportWeight
- );
+ );
+ } else {
+ Object.prototype.hasOwnProperty.call(e.extInfo, 'notType') &&
+ e.extInfo.notType
+ }
+
}
});