Commit 206cf5da authored by shangying's avatar shangying

云信进件的时候把身份证号改成可用发起提现成功的身份证,已经写死了,22-71岁之间的

parent d6bd9dfe
...@@ -65,6 +65,12 @@ public class ApplyLoanServiceImpl implements ApplyLoanService { ...@@ -65,6 +65,12 @@ public class ApplyLoanServiceImpl implements ApplyLoanService {
md5Keywy=clfChannelConfiguration.getMd5Key(); md5Keywy=clfChannelConfiguration.getMd5Key();
aesKeywy=clfChannelConfiguration.getAesKey(); aesKeywy=clfChannelConfiguration.getAesKey();
UserDetail userDetail= userDetailRepository.findByphoneNo(oneClickModel.getPhone()); UserDetail userDetail= userDetailRepository.findByphoneNo(oneClickModel.getPhone());
boolean formIdIsTrue=oneClickModel.getFundID().equals(ResposeResultEnum.FUNDCORPID910.getDesc()) || oneClickModel.getFundID().equals(ResposeResultEnum.FUNDCORPID920.getDesc()) || oneClickModel.getFundID().equals(ResposeResultEnum.FUNDCORPID940.getDesc());
if(formIdIsTrue){
idNo="145939197005114165";
}
if(Objects.nonNull(userDetail)){ if(Objects.nonNull(userDetail)){
idNo=userDetail.getId_no(); idNo=userDetail.getId_no();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment