From 4cd1a8f7518ff134daf5a2ecd1e51873be841a05 Mon Sep 17 00:00:00 2001 From: gaowdong Date: Fri, 16 May 2025 16:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A1=A5=E6=89=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/account/AccTradeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml index b45a9f0..f2cd3f3 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/account/AccTradeMapper.xml @@ -322,7 +322,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" inner join sys_dept sd on su.dept_id = sd.dept_id where - atwd.trade_type in (110, 130) + atwd.trade_type in (110, 120, 130) and oi.order_state in (1, 2, 3) and oi.pay_state = 3