|
@@ -769,7 +769,7 @@ public class TaHousingResourcesServiceImpl extends ServiceImpl<TaHousingResource
|
769
|
769
|
throw new Exception("其中有房源已被取消发布");
|
770
|
770
|
}
|
771
|
771
|
if (taRaise.getHouseLockingType().equals(CommConstant.HOUSE_LOCKING_TYPE_AUTO) && CommConstant.HOUSE_LOCKING_STATUS_LOCKED.equals(taHousingResourcesChecked.getHouseLockingStatus())){
|
772
|
|
- throw new Exception("其中有房源已被其他客户锁定");
|
|
772
|
+ throw new Exception("房源已被其他客户锁定");
|
773
|
773
|
}
|
774
|
774
|
if (taRaise.getNeedPreselection()) {
|
775
|
775
|
//查看是否有当前房源的预选记录
|