| | |
| | | |
| | | ContractPartyaPo contractPartyaPo = BeanConvertUtil.covertBean(reqJson, ContractPartyaPo.class); |
| | | contractPartyaPo.setStoreId(storeId); |
| | | contractPartyaPo.setCommunityId(reqJson.getString("communityId")); |
| | | return saveContractPartyaBMOImpl.save(contractPartyaPo); |
| | | } |
| | | |
| | |
| | | @RequestParam(value = "aContacts", required = false) String aContacts, |
| | | @RequestParam(value = "aLink", required = false) String aLink, |
| | | @RequestParam(value = "typeId", required = false) String typeId, |
| | | @RequestParam(value = "partyId", required = false) String partyId, |
| | | @RequestParam(value = "page") int page, |
| | | @RequestParam(value = "row") int row) { |
| | | ContractPartyaDto contractPartyaDto = new ContractPartyaDto(); |
| | | contractPartyaDto.setPartyaId(partyId); |
| | | contractPartyaDto.setPage(page); |
| | | contractPartyaDto.setRow(row); |
| | | contractPartyaDto.setStoreId(storeId); |