Bladeren bron

fix: 福建企赋签约回调修复-查询不到deptsub配置

lixuesong 1 jaar geleden
bovenliggende
commit
5d08a549ae

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/gig/impl/GigThirdApiServiceImpl.java

@@ -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;