From c9e27818260002108fdac4a913deb729917847ed Mon Sep 17 00:00:00 2001 From: dongsk Date: Mon, 14 Aug 2023 14:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AFDWDAO=E9=85=8D=E7=BD=AE=20for?= =?UTF-8?q?=20=20=E6=A8=A1=E5=9E=8B=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-athenaopt_backend/develop/conf/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-athenaopt_backend/develop/conf/application.properties b/demo-athenaopt_backend/develop/conf/application.properties index 408b0b5..9756e34 100644 --- a/demo-athenaopt_backend/develop/conf/application.properties +++ b/demo-athenaopt_backend/develop/conf/application.properties @@ -44,13 +44,13 @@ dwdaoSelectVersionFieldEnabled=@dwdaoSelectVersionFieldEnabled@ #example - false:com.digiwin.app.dao.filter.DWSQLManagementFieldFilter, dwsqlFilterChianCustom=@dwsqlFilterChianCustom@ #management field enabled -mgmtFieldEnabled=false +mgmtFieldEnabled=true #management field resolver class name #dap default resolver = com.digiwin.app.dao.filter.DWProfileManagementFieldResolver mgmtFieldResolver=com.digiwin.app.dao.filter.DWProfileManagementFieldResolver #management fields mappings #example - DATA_CREATED_BY:userId,DATA_MODIFY_BY:userId -mgmtFieldInsertMappings=create_by:userId,create_date:$DATETIME +mgmtFieldInsertMappings=create_by:userId,modified_by:userId,create_date:$DATETIME mgmtFieldUpdateMappings=modified_by:userId,modified_date:$DATETIME mgmtFieldIgnoreCustomValue=false #Log file name id: Ex. Windows:_${env:COMPUTERNAME} Linux:_${env:HOSTNAME} @@ -66,7 +66,7 @@ dwServiceChainReceivedPrinterType=@dwServiceChainReceivedPrinterType@ #DWJson enable empty string to null dwJsonEmptyStrToNullEnabled=@dwJsonEmptyStrToNullEnabled@ #DWDao underscore-to-camel-case setting -dwDaoUnderScoreToCamelCase=@dwDaoUnderScoreToCamelCase@ +dwDaoUnderScoreToCamelCase=true #DWMq dwMqEnabled=@dwMqEnabled@ dwMqProtocol=@dwMqProtocol@