|
@@ -836,7 +836,7 @@ public class WmScorePackageServiceImpl extends ServiceImpl<WmScorePackageMapper,
|
|
|
|
|
|
//统计发包方还未审核的
|
|
//统计发包方还未审核的
|
|
long drugNeedToCheckCount = tasks.stream()
|
|
long drugNeedToCheckCount = tasks.stream()
|
|
- .filter(t -> "3".equals(t.getTaskStatus()) && "2".equals(t.getReportDrugApprovalStatus()))
|
|
|
|
|
|
+ .filter(t -> "3".equals(t.getTaskStatus()) && "0".equals(t.getReportDrugApprovalStatus()))
|
|
.count();
|
|
.count();
|
|
|
|
|
|
// 统计cso未审核 和审核通过的还未提交到药企的任务数
|
|
// 统计cso未审核 和审核通过的还未提交到药企的任务数
|