Commit ac61b6ba by kubisk

dos

parent 17cf7300
node_modules node_modules
/.idea /.idea
.sass-cache/ .sass-cache/
.DS_Store .DS_Store
*.css.map *.css.map
Thumbs.db Thumbs.db
.phpstorm.meta.php .phpstorm.meta.php
# Application/Common/Conf # Application/Common/Conf
\ No newline at end of file
...@@ -39,7 +39,7 @@ class IndexController extends Controller ...@@ -39,7 +39,7 @@ class IndexController extends Controller
} }
$name = $_POST['name']; $name = $_POST['name'];
$code = $_POST['code']; $code = $_POST['code'];
$job_number = M('list')->where(array( $job_number = M('list_exce')->where(array(
'code' => $code 'code' => $code
))->find(); ))->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