|
@@ -284,7 +284,6 @@ public class BizHousingFundConfirmController extends BaseController {
|
|
|
boolean bool = true;
|
|
|
detail.setVerifierId(SecurityUtils.getUserId());
|
|
|
if (detail.getStatus().equals(3)) {
|
|
|
- if(null == detail.getId()){
|
|
|
List<BizHousingFundConfirmDetail> confirmDetailList = housingFundConfirmDetailService.query()
|
|
|
.eq("housing_fund_confirm_id",detail.getHousingFundConfirmId())
|
|
|
.eq("year",detail.getYear())
|
|
@@ -294,7 +293,6 @@ public class BizHousingFundConfirmController extends BaseController {
|
|
|
if(!confirmDetailList.isEmpty()) {
|
|
|
return error("审核失败,数据已被审核请刷新");
|
|
|
}
|
|
|
- }
|
|
|
BizHousingFundConfirm housingFundConfirm = housingFundConfirmService.getById(detail.getHousingFundConfirmId());
|
|
|
QueryWrapper<BizHousingFundDeclare> qw = new QueryWrapper<>();
|
|
|
qw.eq("work_order_id", housingFundConfirm.getWorkOrderId());
|