no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -1050,6 +1050,9 @@ class mode_'.$modenum.'ClassAction extends inputAction{
if(!$mrs)return '模块不存在';
$num = $mrs['num'];
if($num!='demo' && $mrs['type']=='系统')return '系统类型模块不能删除清空';
/*
//防止误删2024-09-11已弃用
$flow = m('flow')->initflow($num);
$table = $mrs['table'];
$where = $mrs['where'];
@@ -1066,6 +1069,7 @@ class mode_'.$modenum.'ClassAction extends inputAction{
$flow->loaddata($ssid, false);
$flow->deletebill('清空模块数据', false);
}
*/
$name = $mrs['name'];
if($dm){