Althars123 3 年之前
父节点
当前提交
d0a0279f36

+ 1 - 1
twzd-admin/src/main/java/com/miaxis/pc/controller/question/PcQuestionInfoController.java

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