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 != ''"> <if test="null != name and name != ''">
AND rp.NAME = #{name} AND rp.NAME = #{name}
</if> </if>
LIMIT 1
</where> </where>
LIMIT 1
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save