Commit 7ff9ce2b by kubisk

dos

parent e1a564c8
...@@ -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_eagle')->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