if (value == null) {
return priority;
}
BpmConfUserManager bpmConfUserManager = getBpmConfUserManager();
BpmConfUser bpmConfUser = bpmConfUserManager
.findUnique(
"from BpmConfUser where value=? and type=? and priority=? and status=0 and bpmConfNode=?",
value, type, priority, bpmConfNode);
if (bpmConfUser == null) {