diff --git a/README.md b/README.md index 0fda276..411bf0f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ###### v2.2.0 - update-20220727-fuqj:修改获取人员信息逻辑,把从山分查询出来的人员通过extend服务扩展覆盖后的信息,缓存到本地redis中。![img.png](resource/user_auth_process.png) +- update-20220907-fuqj:修改通过userinfo服务查询,同时添加mongodb使用的businessModule diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/cloud/userinfo/starter/client/EbtpUserInfoClient.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/cloud/userinfo/starter/client/EbtpUserInfoClient.java index 267630d..ed64ccc 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/cloud/userinfo/starter/client/EbtpUserInfoClient.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/cloud/userinfo/starter/client/EbtpUserInfoClient.java @@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.PostMapping; * * @author Ajaxfan */ -@FeignClient(value = "biz-service-ebtp-extend", +@FeignClient(value = "core-service-ebtp-userinfo", fallbackFactory = EbtpUserInfoClientFallbackFactory.class) public interface EbtpUserInfoClient { diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java index 39d0035..461efd2 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java @@ -41,6 +41,8 @@ public enum EbtpLogBusinessModule { RSMS_JURY_CONFIG("rsms_jury_config"), SFTP_BID_FILE("sftp_bid_file"), SFTP_PRICE_FILE("sftp_price_file"), + EVAL_ROOM_DOOR_TASK("eval_room_door_task"), + EVAL_ROOM_FACE_TASK("eval_room_face_task"), /**