信呼OA版本v2.3.8
This commit is contained in:
13
webmain/flow/where/whereAction.php
Normal file
13
webmain/flow/where/whereAction.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class whereClassAction extends ActionNot
|
||||
{
|
||||
|
||||
public function setwhereAction()
|
||||
{
|
||||
$modeid = (int)$this->get('modeid');
|
||||
$farr = $this->db->getrows('[Q]flow_element',"`mid`='$modeid' and `iszb`=0 and `iszs`=1",'`fields`,`name`,`fieldstype`','sort,id');
|
||||
|
||||
$this->assign('farr', $farr);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user