代码提交

master
yqy 3 years ago
parent 124e6a45dc
commit b2bd34a022

@ -53,7 +53,7 @@ public class TelephoneCallController {
return CommonResponse.createByErrorMessage("您的账号已到期,请续费后使用");
}
Long companyId = SecurityUtils.getCompanyId();
if (companyId != null && telephoneCallReqDTO.getTeamId() != null) {
if (companyId != null) {
Organize organize;
if (telephoneCallReqDTO.getTeamId() == null) {
organize = organizeService.getOrganizeByUserId(telephoneCallReqDTO.getMemberId());

Loading…
Cancel
Save