|
@@ -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) {
|