...
|
...
|
@@ -135,7 +135,7 @@ public class StoredSellerServiceImpl implements IStoredSellerService { |
|
|
ZhiMaCert zhiMaCert=realNameAuthorizeService.getValidZhiMaCert(uid);
|
|
|
if(null==zhiMaCert){
|
|
|
logger.error("StoredSellerServiceImpl get zhi ma cert info is null , uid is {} ",uid);
|
|
|
throw new ServiceException(400,"商户没有实名认证,不允许更新为入驻商户");
|
|
|
throw new ServiceException(400,"商户没有实名认证通过,不允许入驻");
|
|
|
}
|
|
|
|
|
|
//@TODO 检查是否已经缴纳保证金
|
...
|
...
|
@@ -156,7 +156,7 @@ public class StoredSellerServiceImpl implements IStoredSellerService { |
|
|
int num=storedSellerDao.insert(storedSeller);
|
|
|
if(num<0){
|
|
|
logger.error("StoredSellerServiceImpl addUserAsStoredSeller error uid is {} , storedSeller {} ,insert num {} ",uid,storedSeller,num);
|
|
|
throw new ServiceException(400,"更新入驻用户信息错误");
|
|
|
throw new ServiceException(400,"薪资入驻用户信息错误");
|
|
|
}
|
|
|
|
|
|
//保存到redis
|
...
|
...
|
|