From f2e8b17c7df35a8efb3b32d821bea54775b253ab Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 15 六月 2023 21:22:40 +0800 Subject: [PATCH] 解决冲突 --- 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