chengjie 6 months ago
parent
commit
5543ac7553
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/mps/mpsScoreController.js

+ 2 - 2
src/api/mps/mpsScoreController.js

@@ -68,8 +68,8 @@ export async function GetMPSDistrictPersonNum(ctx) {
68 68
         Year: ctx.query.Year || ArrYear[0].Name,
69 69
     };
70 70
 
71
-    if (param.DistrictID==10 || param.DistrictID==12 || param.DistrictID==15 || param.DistrictID==16 )
72
-        param.Year=ArrYear[0].Name;
71
+    if (param.DistrictID==10 || param.DistrictID==15 || param.DistrictID==16 )
72
+        param.Year=ArrYear[1].Name;
73 73
 
74 74
     let info=null;
75 75
     if (param.DistrictID!="NaN"){