Commit ac61b6ba by kubisk

dos

parent 17cf7300
......@@ -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