2024-09-19 注册页调试

This commit is contained in:
zhp
2024-09-19 01:01:01 +08:00
parent 6c5a458185
commit 2cf242edee
8 changed files with 131 additions and 16 deletions

View File

@@ -225,7 +225,7 @@ public class SysPublicHalfServiceImpl implements ISysPublicHalfService
if (customerInfoByPhoneMd5.getCode()==200){
remoteCustomerService.updateByPhoneMd5(customer,SecurityConstants.INNER);
}else {
return AjaxResult.error("今日未撞库");
remoteCustomerService.add(customer,SecurityConstants.INNER);
}
//匹配资质 造轮子 返回多个符合的商户
List<Merchant> merchants = matchMerchant(customer);