代码调整

This commit is contained in:
2025-01-08 13:39:28 +08:00
parent a0a42f8fa3
commit 6bb8448db3
9 changed files with 99 additions and 65 deletions

View File

@@ -215,7 +215,8 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl<PqScriptDtlsMapper, PqS
queryWrapper.selectAll(PqScriptDtls.class)
.selectAs(DictTree::getCode, PqScriptDtls::getScriptCode)
.leftJoin(DictTree.class, DictTree::getId, PqScriptDtls::getScriptType)
.eq(PqScriptDtls::getEnable, 1);
.eq(PqScriptDtls::getEnable, 1).eq(PqScriptDtls::getIndex, 48);
if (isPhaseSequence.equals(CommonEnum.PHASE_TEST.getValue())) {
//相序