傅行帆 5 년 전
부모
커밋
af4ad42139
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/huiju/estateagents/service/impl/TaHousingResourcesServiceImpl.java

+ 1
- 1
src/main/java/com/huiju/estateagents/service/impl/TaHousingResourcesServiceImpl.java 파일 보기

@@ -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
                 //查看是否有当前房源的预选记录