Bladeren bron

接口修改

wkyy 4 jaren geleden
bovenliggende
commit
b63dd92b55

+ 1 - 2
web/src/main/java/com/jpsoft/employment/modules/mobile/controller/RecruitmentApiController.java

@@ -100,8 +100,7 @@ public class RecruitmentApiController {
         if ("1".equals(type)) {
             sortList.add(new Sort("jr.create_time","desc"));
         }
-        //"2".equals(null)
-        if ("2".equals(type)) {
+        if ("2".equals(type)){
             sortList.add(new Sort("jr.reading_times","desc"));
         }
         if (type == null) {