You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
500 B
Plaintext

9 months ago
/*
* 说用: 开发者:lizhen.
* 1. 该文件被引用到接受人规则中按照SQL模式./
* 2. 被引用位置: /WF/Admin/AttrNode/AccepterRole/2.BySQL.htm
* 2. 系统预制了一些sql模版以方便用户调用.
* 3.
* */
var templates
[
SELECT No, Name FROM Port_Emp WHERE FK_Dept = '@WebUser.FK_Dept'
发送给本部门里所有人员(不包含自己):
SELECT No, Name FROM Port_Emp WHERE FK_Dept = '@WebUser.FK_Dept' AND No != '@WebUser.No'
]