Browse Source

Merge branch 'dev' into test

test
zhangyuan 3 years ago
parent
commit
ddf558b958
  1. 3
      epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java

3
epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java

@ -256,7 +256,8 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf
@Override @Override
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public void send(RentContractInfoDTO dto) { public void send(RentContractInfoDTO info) {
RentContractInfoDTO dto = get(info.getId());
dto.getTenantList().forEach(item -> { dto.getTenantList().forEach(item -> {
try { try {
Map<String, Object> delParams = new HashMap<>(); Map<String, Object> delParams = new HashMap<>();

Loading…
Cancel
Save