From f7db296035d023ab237b11e41b52d50355fb73f4 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Tue, 8 Oct 2024 15:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8D=B7=20=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E4=BD=99=E9=87=8F=E4=B8=BA0=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TbActivateInRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/TbActivateInRecordMapper.xml b/src/main/resources/mapper/TbActivateInRecordMapper.xml index d980a6c..8f406ee 100644 --- a/src/main/resources/mapper/TbActivateInRecordMapper.xml +++ b/src/main/resources/mapper/TbActivateInRecordMapper.xml @@ -62,7 +62,7 @@ LEFT JOIN tb_product ON tb_activate_in_record.pro_id = tb_product.id WHERE vip_user_id = #{vipUserId} and tb_activate_in_record.shop_id = #{shopId} - and num!=0 + and tb_activate_in_record.over_num!=0 group by tb_activate_in_record.pro_id