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