|
@@ -94,7 +94,7 @@ public class PcQuestionInfoController extends BaseController{
|
|
|
public Response<List<QuestionInfoExcelTypeVo>> getTypes(Integer subject,Integer issueTypeValue)
|
|
|
{
|
|
|
|
|
|
- return Response.success(questionInfoService.getIssueTypes(subject,issueTypeValue));
|
|
|
+ return Response.success(questionInfoService.getIssueTypes(issueTypeValue,subject));
|
|
|
}
|
|
|
|
|
|
|