|
@@ -452,7 +452,7 @@ public class MsReportService {
|
|
|
if (msReport != null) {
|
|
|
MsReport msReport1 = new MsReport();
|
|
|
msReport1.setReportId(IdWorker.getId());
|
|
|
- if (msReport.getHouseId() == 0L)
|
|
|
+ if (msReport.getHouseId().longValue() == 0L)
|
|
|
houseId = msReportMapper.selectHouseIdByUserId(userCreate);
|
|
|
else
|
|
|
houseId = msReport.getHouseId();
|