|
|
@ -354,10 +354,10 @@ public class IcResiCollectServiceImpl extends BaseServiceImpl<IcResiCollectDao, |
|
|
|
icResiCollectEntity.setCheckReason(formDTO.getCheckReason()); |
|
|
|
baseDao.updateById(icResiCollectEntity); |
|
|
|
|
|
|
|
// 审核通过
|
|
|
|
// 审核状态:0待审核 1未通过 2已通过
|
|
|
|
if("2".equals(formDTO.getCheckState())){ |
|
|
|
|
|
|
|
if("1".equals(formDTO.getAddFlag())){ |
|
|
|
if("other".equals(icResiCollectEntity.getHomeId())){ |
|
|
|
// 新增房屋(新增房屋操作已在审核接口之前,前端调用新增接口实现)
|
|
|
|
// 更新登记表房屋ID
|
|
|
|
icResiCollectEntity = updateHomeId(icResiCollectEntity,formDTO); |
|
|
|