ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskController.java
@@ -208,7 +208,7 @@ //@PreAuthorize("@ss.hasPermi('system:taskcall:export')") @Log(title = "单一任务(随访宣教)", businessType = BusinessType.EXPORT) @PostMapping("/patItemExport") public void patItemExport(HttpServletResponse response, ServiceSubtaskEntity serviceSubtaskVO) { public void patItemExport(HttpServletResponse response, @RequestBody ServiceSubtaskEntity serviceSubtaskVO) { List<ServiceSubtaskRes> serviceSubtaskList = null; if (serviceSubtaskVO != null) { if (serviceSubtaskVO.getPageNum() != null && serviceSubtaskVO.getPageSize() != null) smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -466,7 +466,7 @@ <if test="sort != null and sort==6">order by admindate desc</if> <if test="sort != null and sort==7">order by visit_time asc</if> <if test="sort != null and sort==8">order by visit_time desc</if> <if test="sort != null and sort==9">order by patid asc</if> <if test="sort != null and sort==9">order by sendname asc</if> <if test="pageSize != null and pageNum != null">limit ${pageSize} OFFSET ${pageNum}</if> </select> <select id="getCompensateServiceSubtaskList" parameterType="com.smartor.domain.entity.ServiceSubtaskEntity"