|
|
@@ -100,7 +100,7 @@ public class AContractInfoServiceImpl extends ServiceImpl<AContractInfoMapper, A
|
|
|
resPath = fillContractData(bo, aSimplifiedHouseInfo.getAssetType());
|
|
|
}
|
|
|
|
|
|
- /*aSimplifiedHouseInfo.setStatus("已租");
|
|
|
+ aSimplifiedHouseInfo.setStatus("已租");
|
|
|
aSimplifiedHouseInfoService.updateById(aSimplifiedHouseInfo);
|
|
|
|
|
|
ATenantInfo aTenantInfo = new ATenantInfo();
|
|
|
@@ -113,7 +113,7 @@ public class AContractInfoServiceImpl extends ServiceImpl<AContractInfoMapper, A
|
|
|
aTenantInfo.setSimplifiedHouseId(dto.getHouseId());
|
|
|
aTenantInfo.setCreateTime(LocalDateTime.now());
|
|
|
aTenantInfo.setUpdateTime(LocalDateTime.now());
|
|
|
- aTenantInfoService.save(aTenantInfo);*/
|
|
|
+ aTenantInfoService.save(aTenantInfo);
|
|
|
|
|
|
return resPath;
|
|
|
}
|