Browse Source

改bug

master
HAHA 3 years ago
parent
commit
840b105111
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

@ -42,7 +42,7 @@
p.del_flag = '0'
AND p.CUSTOMER_ID = #{customerId}
<if test="code != null and code != ''">
AND p.VOLUNTEER_CATEGORY = #{code}
AND c.VOLUNTEER_CATEGORY = #{code}
</if>
</where>
</select>

Loading…
Cancel
Save