发布v2.7.1版本
This commit is contained in:
@@ -787,12 +787,20 @@ class inputAction extends Action
|
||||
$actstr = $this->jm->base64decode($this->get('actstr'));
|
||||
$acta = explode(',', $actstr);
|
||||
$where = arrvalue($acta, 2);
|
||||
|
||||
//20250722
|
||||
if(substr($actstr,0,5)=='rmod:'){
|
||||
return c('input')->modestore($actstr);
|
||||
}
|
||||
|
||||
if(isempt($act)){
|
||||
if($actstr){
|
||||
$rows = c('input')->sqlstore($actstr);
|
||||
}
|
||||
return $rows;
|
||||
}
|
||||
|
||||
|
||||
//用:读取model上的数据
|
||||
if(!isempt($act) && contain($act,':')){
|
||||
$acta = explode(':', $act);
|
||||
|
||||
Reference in New Issue
Block a user