|
@@ -550,7 +550,7 @@ public class ResultStaticKnowledgeFacade extends ResultStaticKnowledgeServiceImp
|
|
|
|
|
|
if (hisConfigMap.containsKey(result.getHisName())) {
|
|
|
Map<String, Long> subMap = hisConfigMap.get(result.getHisName());
|
|
|
- if (subMap != null && subMap.size() > 1) {
|
|
|
+ if (subMap != null && subMap.size() > 0) {
|
|
|
for (String subKey : subMap.keySet()) {
|
|
|
ResultStaticKnowledge subResult = new ResultStaticKnowledge();
|
|
|
BeanUtil.copyProperties(result, subResult);
|