pre:表示预定义标签
var:表示解析结果不输出,但会保存到context中
selector:条件过滤for sum set中经常用到 如 selector="TYPE:1,DEPT_CDDE:${dept}"  只操作TYPE=1 AND DEPT_CODE = ${dept}的子集
distinct:去重 distinct="TYPE,DEPT_CODE"