From ee7d7c29b8d95f0adab3bd9d93fdb1af51565a2d Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 03 八月 2023 20:54:48 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS/ubcs-service-api/ubcs-omd-api/src/main/java/com/vci/ubcs/omd/constant/BtmTypeFieldConstant.java | 9 +++++---- 1 files changed, 5 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..dd693ee 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 @@ -70,14 +70,15 @@ this.put("lastmodifytime", "鏈�鍚庝慨鏀规椂闂�"); this.put("ts", "鏃堕棿鎴�"); this.put("owner", "鎷ユ湁鑰�"); + this.put("tenant_id","绉熸埛"); } }; 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