交叉审核,超差判定修改
This commit is contained in:
@@ -22,7 +22,14 @@ public interface SampleAnalysisAuditService {
|
|||||||
|
|
||||||
void assessmentDataReporting(Long businessSubSampleId, Long configAssayMethodId, Integer retestCount);
|
void assessmentDataReporting(Long businessSubSampleId, Long configAssayMethodId, Integer retestCount);
|
||||||
|
|
||||||
void createReAnalysis(Long businessSubSampleId, Long configAssayMethodId, Integer retestCount);
|
/**
|
||||||
|
* 创建复检委托
|
||||||
|
* @param businessSubSampleId 子样id
|
||||||
|
* @param configAssayMethodId 分析方法id
|
||||||
|
* @param retestCount 复测次数
|
||||||
|
* @param taskCount 复检任务数
|
||||||
|
*/
|
||||||
|
void createReAnalysis(Long businessSubSampleId, Long configAssayMethodId, Integer retestCount, Integer taskCount);
|
||||||
|
|
||||||
JSONObject modifyParallelResultAssessment(Long businessSubSampleId, Long configAssayMethodId, Long businessSubSampleAssessmentId, List<Long> businessAssayProjectDataIds);
|
JSONObject modifyParallelResultAssessment(Long businessSubSampleId, Long configAssayMethodId, Long businessSubSampleAssessmentId, List<Long> businessAssayProjectDataIds);
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user