|
@@ -285,7 +285,7 @@ public class GigSignCertReceiver extends BaseRabbiMqHandler<String> {
|
|
|
|
|
|
// 结果放到redis
|
|
|
Map<String, Object> resultMap = new HashMap<>();
|
|
|
- if (userId != null && CollUtil.isNotEmpty(o2Map) && subjectResult.containsKey("uploadTaxPayerAgreementStatus")) {
|
|
|
+ if (userId != null) {
|
|
|
// 同时发起的情况,且是金园数科的状态已返回,则返回两个渠道状态
|
|
|
List<SysUserSub> subList = sysUserSubService.list(Wrappers.<SysUserSub>lambdaQuery()
|
|
|
.eq(SysUserSub::getUserId, user.getUserId())
|