瀏覽代碼

****************************************提交分类************************************

weixinVSjinlai 4 年之前
父節點
當前提交
2f8d8551bc

+ 4 - 1
equip-component/src/main/kotlin/com/persagy/server/service/dict/DictDefClassService.kt

@@ -235,7 +235,10 @@ object DefFuncIdService: SObjectService<DefFuncId>(SMybatisDao(DefFuncId::class.
             dictInfoResponse.basicInfos = defFuncIdList
             dictInfoResponse.dictStages = dictStageList
             dictInfoResponse.result = SResponseType.success
-            sQueryResponse.content = ArrayList()
+
+            val list = ArrayList<DictInfoResponse>()
+            list.add(dictInfoResponse)
+            sQueryResponse.content = list
             return sQueryResponse
             logger.debug("结束2*************************************************")
         } catch (e: Exception) {