Browse Source

"mydemand"接口查询的是PC录入的需求+居民端小程序用户自己上报的需求

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

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

@ -142,7 +142,6 @@
AND r.DEMAND_USER_ID = #{userId}
</otherwise>
</choose>
<if test="null !=firstCategoryCode and firstCategoryCode!=''">
and r.CATEGORY_CODE like concat(#{firstCategoryCode},'%')
</if>

Loading…
Cancel
Save