|
@@ -128,7 +128,6 @@ class CustomSqlService {
|
|
// infoPoint.dynamicInfoPointCounts=mapper.dynamicInfoPointCounts()
|
|
// infoPoint.dynamicInfoPointCounts=mapper.dynamicInfoPointCounts()
|
|
|
|
|
|
infoPoint.dynamicInfoPoint=hashMap["dynamicInfoPoint"]
|
|
infoPoint.dynamicInfoPoint=hashMap["dynamicInfoPoint"]
|
|
- infoPoint.staticInfoPointCounts=mapper.staticInfoPointCounts()
|
|
|
|
infoPoint.staticInfoPoint=hashMap["staticInfoPoint"]
|
|
infoPoint.staticInfoPoint=hashMap["staticInfoPoint"]
|
|
val list = ArrayList<InfoPoint>()
|
|
val list = ArrayList<InfoPoint>()
|
|
val sQueryResponse = SQueryResponse<InfoPoint>(SResponseType.success)
|
|
val sQueryResponse = SQueryResponse<InfoPoint>(SResponseType.success)
|