|
|
@ -13,6 +13,7 @@ import lombok.extern.slf4j.Slf4j; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.util.Assert; |
|
|
import org.springframework.util.Assert; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
@ -49,6 +50,7 @@ public class HeiHuApiSfdcServiceImpl implements HeiHuApiSfdcService { |
|
|
private ObjectMapper objectMapper; |
|
|
private ObjectMapper objectMapper; |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
|
|
|
@Transactional |
|
|
public HeiHuApiSfdcNewResult submitSfdcNew(HeiHuApiSfdcNewRequest request) { |
|
|
public HeiHuApiSfdcNewResult submitSfdcNew(HeiHuApiSfdcNewRequest request) { |
|
|
long t0 = System.currentTimeMillis(); |
|
|
long t0 = System.currentTimeMillis(); |
|
|
SysApiHeihuLogEntity heihuLogRow = new SysApiHeihuLogEntity(); |
|
|
SysApiHeihuLogEntity heihuLogRow = new SysApiHeihuLogEntity(); |
|
|
|