From 02dbaaa04bc443e860a715cf907bc0fb5c1a7da4 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 11 七月 2023 09:09:34 +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