Commit 3ce6fb5f authored by liwei's avatar liwei

修改了和91的冲突,更新了pom

parent 3ea3ad50
......@@ -47,7 +47,7 @@
<dependency>
<groupId>org.91isoft</groupId>
<artifactId>91isoft_spbt</artifactId>
<version>3.3.0_core_alpha7</version>
<version>3.3.0_core_alpha8</version>
<!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency>
......
......@@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Data
@Component
@Component("faceVerifyAliCompNew")
@ConfigurationProperties(prefix = "faceverfiy")
public class FaceVerifyAliComp {
......
......@@ -23,7 +23,7 @@ import java.util.Map;
/**
* Created by cy on 2024年12月20日 下午3:35:34.
*/
@RestController
@RestController("faceVerifyControllerNew")
@RequestMapping("/faceVerify")
public class FaceVerifyController extends CyPaginationController<MemInfo> {
......
......@@ -16,7 +16,7 @@ public interface FaceVerifyService {
/**
* 获取认证详细数据
* @param certifyId
* @param request
* @return
*/
Map<String,String> describeFaceVerify(InitFaceVerifyRequest request);
......
......@@ -40,7 +40,7 @@ import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.*;
@Service
@Service("faceVerifyServiceImplNew")
@Transactional(readOnly = true,propagation = Propagation.NOT_SUPPORTED)
@Slf4j
public class FaceVerifyServiceImpl extends ServiceImpl<MemInfoRepository, MemInfo> implements FaceVerifyService {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment