|
@@ -178,7 +178,7 @@ public class GigThirdApiServiceImpl implements GigThirdApiService {
|
|
|
// 查询所属企业
|
|
|
SysDeptSub sysDeptSub = sysDeptSubService.getOne(Wrappers.<SysDeptSub>lambdaQuery()
|
|
|
.eq(SysDeptSub::getSubjectLocation, SubjectLocation.QI_FU)
|
|
|
- .eq(SysDeptSub::getAppId, merId));
|
|
|
+ .like(SysDeptSub::getAppId, merId));
|
|
|
if (sysDeptSub == null) {
|
|
|
log.error("用户所属企业不存在name={},idCard={},mobile={},merId={}", name, idCard, mobile, merId);
|
|
|
return false;
|