bug修复
This commit is contained in:
parent
738ce5867c
commit
b13c0a727c
@ -6,7 +6,7 @@
|
||||
and t.account_type = 6
|
||||
</sql>
|
||||
<sql id="where">
|
||||
<if test="param.isSupervisingRoleName != null and param.isSupervisingRoleName == '1'.toString()">
|
||||
<if test="param.isSupervisingRoleName == '1'.toString()">
|
||||
and c.role_name = '监理'
|
||||
</if>
|
||||
<if test="param.userId != null and param.userId != ''">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user