|
@@ -65,8 +65,7 @@ public class EchoNodeFormData {
|
|
|
item.getCondition().put("task_key", bpmRunNodeFromVo.getTaskProcessKey());
|
|
|
item.getCondition().put("task_node_key", bpmRunNodeFromVo.getTaskNodeKey());
|
|
|
}else {
|
|
|
- String listKey = item.getListKey();
|
|
|
- if(listKey != null && !listKey.isEmpty()){
|
|
|
+ if(item.getListKey().isEmpty()){
|
|
|
CommonEntity common = commonMapper.selectOne(item.getTableName(), item.getCondition());
|
|
|
if (common != null) {
|
|
|
commonEntity.get().getResultMap().put(item.getTableName(), common);
|