|
@@ -26,6 +26,8 @@ import com.zhongzheng.modules.tencentcloud.bo.InvoiceQueryBo;
|
|
|
import com.zhongzheng.modules.tencentcloud.service.IFaceOcrService;
|
|
|
import com.zhongzheng.modules.user.service.IUserService;
|
|
|
import com.zhongzheng.modules.user.vo.UserVo;
|
|
|
+import org.slf4j.Logger;
|
|
|
+import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Service;
|
|
@@ -54,7 +56,7 @@ public class FaceOcrServiceImpl implements IFaceOcrService {
|
|
|
@Autowired
|
|
|
private IUserProfileService iUserProfileService;
|
|
|
|
|
|
-
|
|
|
+ private static Logger log = LoggerFactory.getLogger(FaceOcrServiceImpl.class);
|
|
|
/**
|
|
|
* 学习拍照比对
|
|
|
* @param bo
|