|
@@ -120,12 +120,10 @@ public class TaRaiseRecordServiceImpl extends ServiceImpl<TaRaiseRecordMapper, T
|
120
|
120
|
if (houseList.size() < 1) {
|
121
|
121
|
throw new Exception("请选择房源!");
|
122
|
122
|
}
|
123
|
|
-
|
124
|
|
- //校验手机号
|
125
|
|
- if(!smsUtils.checkCaptcha(taRaiseRecord.getTel(),taRaiseRecord.getCaptcha())){
|
126
|
|
- throw new Exception("验证码错误。");
|
127
|
|
- }
|
128
|
|
-
|
|
123
|
+// //校验手机号
|
|
124
|
+// if(!smsUtils.checkCaptcha(taRaiseRecord.getTel(),taRaiseRecord.getCaptcha())){
|
|
125
|
+// throw new Exception("验证码错误。");
|
|
126
|
+// }
|
129
|
127
|
//获取认筹信息
|
130
|
128
|
TaRaise taRaise = taRaiseMapper.selectById(taRaiseRecord.getRaiseId());
|
131
|
129
|
//如果是自动锁房就要判断里面的房源有没有被锁住
|