From 7bcab93f6e19b0f46417bd789fc36fc7e34186d4 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 10 九月 2024 17:53:37 +0800 Subject: [PATCH] 1.只有上架的商品才排序 --- src/main/resources/mapper/flower/FlowerMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/flower/FlowerMapper.xml b/src/main/resources/mapper/flower/FlowerMapper.xml index 64eb0c7..308869c 100644 --- a/src/main/resources/mapper/flower/FlowerMapper.xml +++ b/src/main/resources/mapper/flower/FlowerMapper.xml @@ -421,4 +421,7 @@ #{id} </foreach> </update> + <update id="updateTypeRankNull"> + update t_flower set type_rank=null where category=#{category} and level=#{level} + </update> </mapper> \ No newline at end of file -- Gitblit v1.9.3