From 25412f906f47bc460afc125e66febe2c6884269b Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 02 六月 2023 16:33:07 +0800 Subject: [PATCH] 1、对MDM服务的批量更新Feign进行改动,以及批量更新接口的开发,接口中字段的添加 --- Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java b/Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java index 67c34cc..674618c 100644 --- a/Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java +++ b/Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java @@ -74,10 +74,10 @@ }; BASE_MODEL_COMPATIBILITY_MAP = new HashMap() { { - this.put("lastr", "islastr"); - this.put("firstr", "isfirstr"); - this.put("lastv", "islastv"); - this.put("firstv", "isfirstv"); + this.put("lastr", "lastr"); + this.put("firstr", "firstr"); + this.put("lastv", "lastv"); + this.put("firstv", "firstv"); } }; LIFECYCLE_MANAGE_FIELD_MAP = new HashMap() { -- Gitblit v1.9.3