935090232@qq.com
2021-07-29 bf60845c8da9d0099ef25c8e6703351055865a8e
zq-erp/src/main/java/com/matrix/system/common/tag/MatrixProcessorDialect.java
@@ -47,7 +47,6 @@
   public Set<IProcessor> getProcessors(final String dialectPrefix) {
      final Set<IProcessor> processors = new HashSet<IProcessor>();
      processors.add(new ButtonRoleAttributeTagProcessor(dialectPrefix));
      processors.add(new ButtonRoleJsTagProcessor(dialectPrefix));
      processors.add(new ButtonRoleFnTagProcessor(dialectPrefix));
      // This will remove the xmlns:matrix attributes we might add for IDE validation
      processors.add(new StandardXmlNsTagProcessor(TemplateMode.HTML, dialectPrefix));