Browse Source

修改在职党员报道,包联社区可以修改;

master
luyan 2 years ago
parent
commit
f5e4cbc4c3
  1. 2
      esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/ReportPartyDao.xml

2
esua-epdc/epdc-module/epdc-user/epdc-user-server/src/main/resources/mapper/ReportPartyDao.xml

@ -52,8 +52,8 @@
<if test="null != name and name != ''">
AND rp.NAME = #{name}
</if>
LIMIT 1
</where>
LIMIT 1
</select>
</mapper>

Loading…
Cancel
Save