Browse Source

'

dev_shibei_match
yinzuomei 4 years ago
parent
commit
c09580cb93
  1. 2
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcUserDemandRecDao.xml

2
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcUserDemandRecDao.xml

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

Loading…
Cancel
Save