|
@ -80,6 +80,8 @@ public class FactUserHouseServiceImpl implements FactUserHouseService { |
|
|
String dateId = formDTO.getDateId(); |
|
|
String dateId = formDTO.getDateId(); |
|
|
String customerId = formDTO.getCustomerId(); |
|
|
String customerId = formDTO.getCustomerId(); |
|
|
|
|
|
|
|
|
|
|
|
factGridUserHouseDailyService.deleteByDateId(formDTO); |
|
|
|
|
|
|
|
|
List<FactUserHouseResultDTO> neiList = houseService.neighborhoodStat(formDTO); |
|
|
List<FactUserHouseResultDTO> neiList = houseService.neighborhoodStat(formDTO); |
|
|
List<FactUserHouseResultDTO> houseList = houseService.houseStat(formDTO); |
|
|
List<FactUserHouseResultDTO> houseList = houseService.houseStat(formDTO); |
|
|
List<FactUserHouseResultDTO> userList = icResiUserService.userStat(formDTO); |
|
|
List<FactUserHouseResultDTO> userList = icResiUserService.userStat(formDTO); |
|
|