浏览代码

分页接口调整

ZhangWenQiang 6 年之前
父节点
当前提交
c8711f0f36

+ 0 - 1
happy-boot-module-hppay/src/main/java/org/jeecg/modules/api/dpresume/service/impl/ResumeServiceImpl.java

@@ -116,7 +116,6 @@ public class ResumeServiceImpl implements ResumeService {
                     }
                     jsonArray1.add(jsonObject1);
                 }
-                jsonObject = new JSONObject();
                 jsonObject.put("applyResume", jsonArray1);
             } catch (UnsupportedEncodingException e) {
                 e.printStackTrace();