Commit 1ce7dc74 by lijingjing

修改若无产品标准,直接提交至电子档案日志错误的问题;

parent 10461c31
......@@ -280,7 +280,6 @@ public class EntrustReportServiceImpl extends BaseServiceImpl<EntrustReportMappe
} else {
// == 若为归档,可以直接设置已归档
entrustSampleService.updateJudgeStatus(entrust.getId(), 2);
toFlowStatus = EntrustFlowEnum.ARCHIVES;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment