bug修复

This commit is contained in:
guoshengxiong 2024-06-07 14:39:48 +08:00
parent 738ce5867c
commit b13c0a727c

View File

@ -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 != ''">