Files
ningbo/动易的标签库/标签库/百科类/互动百科_获取会员组名称.config
2026-08-31 16:22:00 +08:00

27 lines
1000 B
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>百科类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="4700" compatibleVersion="" />
<attributes>
<name>groupId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>会员组ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT GroupName FROM PE_UserGroups WHERE GroupID = @groupId</LabelSqlString>
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
<xsl:param name="groupId" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:value-of select="GroupName"/>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>