|
|
@@ -135,7 +135,7 @@ public class EnterpriseServiceImpl implements EnterpriseService{
|
|
|
detail.setAdminTel(user.getUserTel());
|
|
|
String result = null;
|
|
|
try {
|
|
|
- result = AccountUtils.applyApp(detail,null);
|
|
|
+ result = AccountUtils.applyAppForMall(detail);
|
|
|
}catch (Exception e){
|
|
|
return new ResultMap(CodeType.SYSTEM_ERROR, "注册失败");
|
|
|
}
|