rabin 3 年之前
父节点
当前提交
83a8d650e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tool/work/lib/Manage.php

+ 1 - 1
tool/work/lib/Manage.php

@@ -51,7 +51,7 @@ Class Manage
 		$type = Dever::input('type');
 
 		if ($id) {
-			$data = Dever::db('work/info')->find($id);
+			$info = Dever::db('work/info')->find($id);
 			$update['where_id'] = $info['id'];
 			if ($type == 1) {
 				$update['status'] = 4;