|
@ -52,7 +52,7 @@ |
|
|
<if test="id != null and id != ''"> |
|
|
<if test="id != null and id != ''"> |
|
|
and info.OFFICER_ID = #{id} |
|
|
and info.OFFICER_ID = #{id} |
|
|
</if> |
|
|
</if> |
|
|
<if test="roleCode != null and roleCode != ''"> |
|
|
<if test='roleCode != null and roleCode != "" and roleCode != "0"'> |
|
|
and info.ROLE_CODE = #{roleCode} |
|
|
and info.ROLE_CODE = #{roleCode} |
|
|
</if> |
|
|
</if> |
|
|
<if test="fullName != null and fullName != ''"> |
|
|
<if test="fullName != null and fullName != ''"> |
|
|