权限控制优化
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
Reference in New Issue
Block a user