Browse Source

信息采集审核

master
wanggongfeng 3 years ago
parent
commit
ef0a32fe4b
  1. 5
      epmet-user/epmet-user-client/src/main/java/com/epmet/dto/form/IcResiCollectMemDetailDTO.java
  2. 1
      epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiCollectServiceImpl.java

5
epmet-user/epmet-user-client/src/main/java/com/epmet/dto/form/IcResiCollectMemDetailDTO.java

@ -85,4 +85,9 @@ public class IcResiCollectMemDetailDTO implements Serializable {
* 是否是党员
*/
private String isParty;
/**
* 客户ID
*/
private String customerId;
}

1
epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiCollectServiceImpl.java

@ -523,6 +523,7 @@ public class IcResiCollectServiceImpl extends BaseServiceImpl<IcResiCollectDao,
userEntity.setYhzgx(icResiCollectMemDetailDTO.getRelationship());
userEntity.setGzdw(icResiCollectMemDetailDTO.getWorkPlace());
userEntity.setRemarks(icResiCollectMemDetailDTO.getRemark());
userEntity.setCustomerId(icResiCollectMemDetailDTO.getCustomerId());
icResiUserDao.insert(userEntity);
//变更记录表

Loading…
Cancel
Save