|
@@ -272,6 +272,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.id = dictPlatformInfo.id
|
|
|
// defFuncId.code = dictPlatformInfo.code
|
|
|
defFuncId.dataSource = dictPlatformInfo.dataSource
|
|
|
+ logger.debug("数据= ${dictPlatformInfo.dataSource?.toJson()}")
|
|
|
defFuncId.dataType = dictPlatformInfo.dataType
|
|
|
defFuncId.firstName = dictPlatformInfo.firstTag
|
|
|
if (!dictPlatformInfo.firstTag.isNullOrEmpty()){
|
|
@@ -922,6 +923,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.classCode = defClass.code
|
|
|
// defFuncId.code = str
|
|
|
defFuncId.dataSource = dictGroupInfo.dataSource
|
|
|
+ logger.debug("数据001 = ${dictGroupInfo.dataSource?.toJson()} ***********************************************************")
|
|
|
defFuncId.dataType = dictGroupInfo.dataType
|
|
|
if (!dictGroupInfo.firstTag.isNullOrEmpty()){
|
|
|
defFuncId.firstTag = ParamTools.TwoLevelCode(dictGroupInfo.firstTag!!)
|