Commit ac61b6ba by kubisk

dos

parent 17cf7300
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_exce')->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