From ef8fd59d8b806a4f4f186a81a41ab890b4831aaf Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 14 Mar 2025 17:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/device/DevInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml index 70bda6f..686a879 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml @@ -1031,6 +1031,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN ma_type mt4 on mt4.type_id=mdi.type_id LEFT JOIN ma_type mt3 on mt3.type_id=mt4.parent_id where mt3.type_name is not null + and modd.order_status != 0 and modd.order_status != 99 group by type_name