|
@@ -270,11 +270,11 @@
|
|
|
</if>
|
|
|
<if test="param.delFlag != null">
|
|
|
<if test="param.providerType != null">
|
|
|
- <if test="param.providerType == 'TENANT'">
|
|
|
+ <if test="param.providerType.code == 'TENANT'">
|
|
|
and t.tenant_del_flag_ = #{param.delFlag}
|
|
|
</if>
|
|
|
|
|
|
- <if test="param.providerType == 'PLATFORM'">
|
|
|
+ <if test="param.providerType.code == 'PLATFORM'">
|
|
|
and t.del_flag_ = #{param.delFlag}
|
|
|
</if>
|
|
|
</if>
|