he2802 1 年之前
父節點
當前提交
7488b97bc5

+ 3 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/tencentcloud/service/impl/FaceOcrServiceImpl.java

@@ -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