|
@@ -197,7 +197,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
// defFuncIdService.delete(SFilter.eq("groupId", "0"))
|
|
|
for (defClass in defClassList){
|
|
|
val dictPlatformInfoList = DictTypeApi.dictPlatformInfo(defClass.code!!, defClass.type!!)
|
|
|
- defFuncIdService.delete(SFilter.eq("classCode", defClass.code!!),SFilter.eq("groupCode", "0"))
|
|
|
+// defFuncIdService.delete(SFilter.eq("classCode", defClass.code!!),SFilter.eq("groupCode", "0"))
|
|
|
if (!dictPlatformInfoList.isNullOrEmpty()){
|
|
|
for (dictPlatformInfo in dictPlatformInfoList){
|
|
|
/** 开头字母大写转小写 */
|
|
@@ -308,6 +308,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.aliasCode = dictPlatformInfo.aliasCode
|
|
|
defFuncId.aliasName = dictPlatformInfo.aliasName
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
+
|
|
|
+
|
|
|
/** 排序 */
|
|
|
if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"){
|
|
|
defFuncId.sort = 1
|
|
@@ -334,6 +336,15 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
|
if (containsKey){
|
|
@@ -556,7 +567,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
for (group in groupList){
|
|
|
for (defClass in defClassList){
|
|
|
val dictGroupInfoList = DictTypeApi.dictGroupInfo(group.code!!, defClass.code!!)
|
|
|
- defFuncIdService.delete(SFilter.eq("groupCode",group.code!!),SFilter.eq("classCode",defClass.code!!),SFilter.eq("projectId","0"))
|
|
|
+// defFuncIdService.delete(SFilter.eq("groupCode",group.code!!),SFilter.eq("classCode",defClass.code!!),SFilter.eq("projectId","0"))
|
|
|
if (dictGroupInfoList.size>0){
|
|
|
for (dictGroupInfo in dictGroupInfoList){
|
|
|
/** 开头字母大写转小写 */
|
|
@@ -668,6 +679,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.aliasCode = dictGroupInfo.aliasCode
|
|
|
defFuncId.aliasName = dictGroupInfo.aliasName
|
|
|
|
|
|
+
|
|
|
+
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
/** 排序 */
|
|
|
if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "本地编码"){
|
|
@@ -695,6 +708,16 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
+
|
|
|
val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
|
if (containsKey){
|
|
@@ -848,7 +871,7 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
val dictGroupInfoList = DictTypeApi.dictProjectInfo(dictProject.groupCode!!, defClass.code!!,projectId)
|
|
|
|
|
|
if (dictGroupInfoList.size>0){
|
|
|
- defFuncIdService.delete(SFilter.eq("projectId",projectId!!),SFilter.eq("classCode",defClass.code!!))
|
|
|
+// defFuncIdService.delete(SFilter.eq("projectId",projectId!!),SFilter.eq("classCode",defClass.code!!))
|
|
|
for (dictGroupInfo in dictGroupInfoList){
|
|
|
/** 开头字母大写转小写 */
|
|
|
val str1: String = dictGroupInfo.code!!.substring(0, 1).toLowerCase() //直接bai将du字符zhi串第一个不管是数字还是字母都小写
|
|
@@ -960,6 +983,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.aliasCode = dictGroupInfo.aliasCode
|
|
|
defFuncId.aliasName = dictGroupInfo.aliasName
|
|
|
|
|
|
+
|
|
|
+
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
/** 排序 */
|
|
|
if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "本地编码"){
|
|
@@ -987,12 +1012,22 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
+
|
|
|
val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
|
if (containsKey){
|
|
|
defFuncId.editable = false
|
|
|
defFuncId.unDisabled = false
|
|
|
- defFuncId.visible = false
|
|
|
+// defFuncId.visible = false
|
|
|
}
|
|
|
|
|
|
val dicConfigure = ParamTools.dicConfigure()
|
|
@@ -1001,10 +1036,9 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
if (containsKey){
|
|
|
defFuncId.editable = true
|
|
|
defFuncId.unDisabled = false
|
|
|
- defFuncId.visible = true
|
|
|
+// defFuncId.visible = true
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
defFuncIdService.replace(defFuncId)
|
|
|
}
|
|
|
}
|
|
@@ -1139,6 +1173,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.aliasCode = dictGroupInfo.aliasCode
|
|
|
defFuncId.aliasName = dictGroupInfo.aliasName
|
|
|
|
|
|
+
|
|
|
+
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
/** 排序 */
|
|
|
if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "本地编码"){
|
|
@@ -1165,6 +1201,15 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.sort = 60
|
|
|
}
|
|
|
}
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
|
|
|
val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
@@ -1348,19 +1393,22 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.origDataType = dictPlatformInfo.origDataType
|
|
|
defFuncId.aliasCode = dictPlatformInfo.aliasCode
|
|
|
defFuncId.aliasName = dictPlatformInfo.aliasName
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
/** 排序 */
|
|
|
- if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"){
|
|
|
+ if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"||defFuncId.name!! == "系统本地编码"){
|
|
|
defFuncId.sort = 1
|
|
|
- }else if (defFuncId.name!! == "设备本地名称"|| defFuncId.name!! == "楼层本地名称"){
|
|
|
+ }else if (defFuncId.name!! == "设备本地名称"|| defFuncId.name!! == "楼层本地名称"||defFuncId.name!! == "系统本地名称"){
|
|
|
defFuncId.sort = 2
|
|
|
}else if (defFuncId.name!! == "设备二维码图片"){
|
|
|
defFuncId.sort = 3
|
|
|
}else if (defFuncId.name!! == "设计图纸中编码"){
|
|
|
defFuncId.sort = 4
|
|
|
- }else if (defFuncId.name!! == "设备ID"){
|
|
|
+ }else if (defFuncId.name!! == "设备ID"||defFuncId.name!! == "系统ID"){
|
|
|
defFuncId.sort = 101
|
|
|
- }else if (defFuncId.name!! == "设备名称"){
|
|
|
+ }else if (defFuncId.name!! == "设备名称"||defFuncId.name!! == "系统名称"){
|
|
|
defFuncId.sort = 102
|
|
|
}else if (defFuncId.name!! == "BIM模型中编码"){
|
|
|
defFuncId.sort = 103
|
|
@@ -1375,6 +1423,16 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
// val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
// val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
|
// if (containsKey){
|
|
@@ -1519,6 +1577,8 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
defFuncId.origDataType = dictPlatformInfo.origDataType
|
|
|
defFuncId.aliasCode = dictPlatformInfo.aliasCode
|
|
|
defFuncId.aliasName = dictPlatformInfo.aliasName
|
|
|
+
|
|
|
+
|
|
|
if (!defFuncId.name.isNullOrEmpty()){
|
|
|
/** 排序 */
|
|
|
if (defFuncId.name!! == "设备本地编码"||defFuncId.name!! == "楼层本地编码"){
|
|
@@ -1546,6 +1606,16 @@ object DClassDefService : SObjectService<DefClass>(SMybatisDao(DefClass::class.j
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (defFuncId.code == "id") {
|
|
|
+ defFuncId.sort = 101
|
|
|
+ }else if (defFuncId.code == "name" ) {
|
|
|
+ defFuncId.sort = 102
|
|
|
+ }else if (defFuncId.code == "localId" ) {
|
|
|
+ defFuncId.sort = 1
|
|
|
+ }else if (defFuncId.code == "localName" ) {
|
|
|
+ defFuncId.sort = 2
|
|
|
+ }
|
|
|
+
|
|
|
// val dicConfigureEditable = ParamTools.dicConfigureEditable()
|
|
|
// val containsKey = dicConfigureEditable.containsKey(defFuncId.code!!)
|
|
|
// if (containsKey){
|