Merge remote-tracking branch 'xfsg/cc_partner_init' into cc_partner_init

This commit is contained in:
苏竹红
2024-04-23 16:59:16 +08:00
8 changed files with 20 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ package com.cool.store.service.impl;
import com.cool.store.request.AuditResultRequest;
import org.springframework.stereotype.Service;
@Service
@Service("AuditResultService")
public interface AuditResultService {
Boolean auditResult(AuditResultRequest request);
}

View File

@@ -32,7 +32,7 @@ import java.util.Map;
import java.util.Objects;
@Service
@Service("intentAgreementServiceImpl")
@Slf4j
public class IntentAgreementServiceImpl extends LineFlowService implements IntentAgreementService,AuditResultService {
@@ -291,7 +291,8 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
}
private String getLineId(String kdzBusinessId) {
return null;
String lindId = kdzBusinessId.substring(kdzBusinessId.indexOf("_") + 1,kdzBusinessId.lastIndexOf("_"));
return lindId;
}
private void fillSignatureInfo(Map<String, Object> requestMap) {