修改版本号v.2.2.0

This commit is contained in:
fuqingji
2022-09-13 13:41:43 +08:00
parent 54d2acbc91
commit 550bd66d20
3 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

@ -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"),
/**