|
@@ -2,7 +2,6 @@ package com.lantone.qc.dbanaly.facade.yiwu;
|
|
|
|
|
|
import com.google.common.collect.Lists;
|
|
import com.google.common.collect.Lists;
|
|
import com.google.common.collect.Maps;
|
|
import com.google.common.collect.Maps;
|
|
-import com.lantone.qc.pub.util.FileUtil;
|
|
|
|
import com.lantone.qc.pub.util.StringUtil;
|
|
import com.lantone.qc.pub.util.StringUtil;
|
|
import org.dom4j.Document;
|
|
import org.dom4j.Document;
|
|
import org.dom4j.DocumentHelper;
|
|
import org.dom4j.DocumentHelper;
|
|
@@ -55,7 +54,7 @@ public class YiWuXmlUtil {
|
|
|
|
|
|
public static void xInputField(Map<String, String> map, Element xInputFieldElement) {
|
|
public static void xInputField(Map<String, String> map, Element xInputFieldElement) {
|
|
String key = null, value = null;
|
|
String key = null, value = null;
|
|
- String[] elementNames = { "ToolTip", "Name", "BackgroundText" };
|
|
|
|
|
|
+ String[] elementNames = { "ToolTip", "Name", "BackgroundText", "ID" };
|
|
for (String elementName : elementNames) {
|
|
for (String elementName : elementNames) {
|
|
key = xInputFieldElement.elementTextTrim(elementName);
|
|
key = xInputFieldElement.elementTextTrim(elementName);
|
|
if (StringUtil.isNotBlank(key)) {
|
|
if (StringUtil.isNotBlank(key)) {
|