|
@@ -185,7 +185,7 @@ public class ConsumptionRecordServiceImpl extends ServiceImpl<ConsumptionRecordM
|
|
|
if(StringUtils.equals(consumptionRecordAddParam.getConsumptionOperate(),"3")){
|
|
|
Object code = commonCacheOperator.get(consumptionRecordAddParam.getPhoneNumber());
|
|
|
if(!StringUtils.equals(code.toString(),consumptionRecordAddParam.getPhoneCode())){
|
|
|
- throw new CommonException("验证码不正确!");
|
|
|
+ //throw new CommonException("验证码不正确!");
|
|
|
}else{
|
|
|
commonCacheOperator.remove(consumptionRecordAddParam.getPhoneNumber());
|
|
|
}
|