信呼OA版本v2.3.8
This commit is contained in:
15
webmain/model/flow/worcModel.php
Normal file
15
webmain/model/flow/worcModel.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
class flow_worcClassModel extends flowModel
|
||||
{
|
||||
|
||||
|
||||
|
||||
//删除分区前判断
|
||||
protected function flowdeletebillbefore()
|
||||
{
|
||||
if(m('word')->rows('cid='.$this->id.'')>0)return '分区下有存在文件/文件夹不能删除';
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user