From b0e0b4c0e342865daefb31eb3b956129fe722c8c Mon Sep 17 00:00:00 2001 From: sinake <sinake1@qq.com> Date: 星期三, 24 九月 2025 14:31:33 +0800 Subject: [PATCH] 随访查询7应随访日期(倒序)8应随访日期(正序) --- smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml index 16ef881..8704464 100644 --- a/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml +++ b/smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml @@ -338,6 +338,8 @@ <if test="sort != null and sort==3">order by long_send_time desc</if> <if test="sort != null and sort==5">order by admindate asc</if> <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> <!-- order by update_time desc,id desc --> </select> -- Gitblit v1.9.3