|
@@ -4803,7 +4803,7 @@ class Database
|
|
|
{
|
|
|
$type = Dever::input('update_type');
|
|
|
if ($type && isset($type[0]) && $type[0] > 10) {
|
|
|
- Dever::setInput('update_spec_type', -1);
|
|
|
+ //Dever::setInput('update_spec_type', -1);
|
|
|
return;
|
|
|
}
|
|
|
$spec_type = Dever::input('update_spec_type');
|