需求bug

This commit is contained in:
2025-01-09 18:10:24 +08:00
parent 70afa5c332
commit a30c53996e
22 changed files with 391 additions and 155 deletions

View File

@ -184,7 +184,7 @@
and ps.project =#{qo.project}
</if>
<if test="qo.execution != null ">
and ps.execution =#{qo.execution}
and ps.project =#{qo.execution}
</if>
<if test="qo.module != null ">
and s.module =#{qo.module}