|
|
@ -78,7 +78,7 @@ public class ExamController extends Controller {
|
|
|
|
* @param order_id
|
|
|
|
* @param order_id
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Before({GET.class})
|
|
|
|
@Before({GET.class})
|
|
|
|
@IsNumericInterface({"order_id","finish"})
|
|
|
|
@IsNumericInterface({"order_id"})
|
|
|
|
public void getQuestion(int order_id, int finish) {
|
|
|
|
public void getQuestion(int order_id, int finish) {
|
|
|
|
String person_id = getCookie("person_id");
|
|
|
|
String person_id = getCookie("person_id");
|
|
|
|
if (finish == 1 && em.HaveJiaoJuan(person_id) <= 0) {
|
|
|
|
if (finish == 1 && em.HaveJiaoJuan(person_id) <= 0) {
|
|
|
|