From 5a7e527983ec5b3f12a1109a35d76fa3fe024b6e Mon Sep 17 00:00:00 2001 From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com> Date: 星期五, 13 九月 2024 10:49:54 +0800 Subject: [PATCH] 查询我的集货站列表 返回已质检和待质检的供应商数量 --- 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