From dadbd2659a23784c0fb95f954d5a9ca749f55320 Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期四, 29 二月 2024 18:06:25 +0800 Subject: [PATCH] zjh 本地 2024/02/29 -1 --- ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml b/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml index a14de93..4ecd4f8 100644 --- a/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml @@ -239,9 +239,9 @@ <if test="startTime != null and endTime !=null "> and create_time between #{startTime} and #{endTime} </if> - <if test="getType != null "> - and get_type = #{getType} - </if> +<!-- <if test="getType != null ">--> +<!-- and get_type = #{getType}--> +<!-- </if>--> </where> order by update_time desc </select> -- Gitblit v1.8.0