|
|
@@ -763,7 +763,7 @@ public class CorpsDescServiceImpl extends ServiceImpl<CorpsDescMapper, PjCorpsDe
|
|
|
//保存客户联系人信息
|
|
|
PjCorpsAttn corpsAttn = new PjCorpsAttn();
|
|
|
R<Dept> resDept = sysClient.getDept(Long.parseLong(AuthUtil.getDeptId()));
|
|
|
- if (!resDept.isSuccess() || ObjectUtils.isNotNull(resDept.getData())){
|
|
|
+ if (!resDept.isSuccess() || ObjectUtils.isNull(resDept.getData())){
|
|
|
throw new RuntimeException("未找到小程序id");
|
|
|
}
|
|
|
User user = userClient.loginByAccount("", corpsDesc.getTel(), "4", AuthUtil.getTenantId(), resDept.getData().getAppletsId());
|