Commit 7ff9ce2b by kubisk

dos

parent e1a564c8
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
# Application/Common/Conf
\ No newline at end of file
......@@ -39,7 +39,7 @@ class IndexController extends Controller
}
$name = $_POST['name'];
$code = $_POST['code'];
$job_number = M('list')->where(array(
$job_number = M('list_eagle')->where(array(
'code' => $code
))->find();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment