|
@ -412,7 +412,7 @@ |
|
|
AND r.DEL_FLAG = '0' |
|
|
AND r.DEL_FLAG = '0' |
|
|
AND m.CUSTOMER_ID = #{customerId} |
|
|
AND m.CUSTOMER_ID = #{customerId} |
|
|
AND r.`STATUS` = 'finished' |
|
|
AND r.`STATUS` = 'finished' |
|
|
and s.SERVICE_TYPE='#{serviceType} |
|
|
and s.SERVICE_TYPE=#{serviceType} |
|
|
<if test="null !=serverId and serverId!='' "> |
|
|
<if test="null !=serverId and serverId!='' "> |
|
|
and s.server_id=#{serverId} |
|
|
and s.server_id=#{serverId} |
|
|
</if> |
|
|
</if> |
|
|