权限控制优化

This commit is contained in:
gaoyutao
2025-12-09 19:25:51 +08:00
parent 1f133e8c05
commit 13e51c11e1
8 changed files with 55 additions and 11 deletions
@@ -43,6 +43,7 @@
<if test="clientId != null and clientId != ''"> and client_id = #{clientId}</if>
<if test="resultFlag != null "> and result_flag = #{resultFlag}</if>
<if test="scriptId != null "> and script_id = #{scriptId}</if>
and script_id != ''
</where>
<choose>
<when test="clientId != null and clientId != ''">