正式检测-收取数据、原始数据组装和入库、配对关系入库、误差计算逻辑
This commit is contained in:
@@ -162,7 +162,7 @@ public class PqErrSysDtlsServiceImpl extends ServiceImpl<PqErrSysDtlsMapper, PqE
|
||||
wrapper.selectAll(PqErrSysDtls.class)
|
||||
.leftJoin(DictTree.class, DictTree::getId, PqErrSysDtls::getScriptType)
|
||||
.eq(PqErrSysDtls::getErrorSysId, errSysId)
|
||||
.eq(DictTree::getId, scriptType);
|
||||
.eq(DictTree::getCode, scriptType);
|
||||
return this.list(wrapper);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user