|
@@ -28,7 +28,7 @@
|
|
|
<if test="param.auditStatus != null">
|
|
|
and msar.last_audit_state_ = #{param.auditStatus}
|
|
|
</if>
|
|
|
- <if test="param.providerType == 'TENANT'">
|
|
|
+ <if test="param.providerType.code == 'TENANT'">
|
|
|
and find_in_set('TENANT',ms.provider_type_)
|
|
|
|
|
|
<if test="param.state != null">
|
|
@@ -36,7 +36,7 @@
|
|
|
</if>
|
|
|
</if>
|
|
|
|
|
|
- <if test="param.providerType == 'PLATFORM'">
|
|
|
+ <if test="param.providerType.code == 'PLATFORM'">
|
|
|
and find_in_set('PLATFORM',ms.provider_type_)
|
|
|
|
|
|
<if test="param.state != null">
|