Commit d3311153 authored by 顾俭's avatar 顾俭

打印url fix

parent 835e5c33
......@@ -88,7 +88,7 @@ public class BarcodePrintClient extends WebServiceClient {
List<Field> fieldList = recordSet.getMaster().getRecord().getFieldList();
for (Field field : fieldList) {
if ("url".equals(field.getName())) {
urls.add(field.getValue().replaceAll("&", "&amp;"));
urls.add(field.getValue());
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment