From 4df7ab0665ec651eec8d80feca935c6297db5dfe Mon Sep 17 00:00:00 2001 From: xiezhijun <15270898033@163.com> Date: Wed, 24 Feb 2021 23:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E7=B2=89=E7=BB=9F=E8=AE=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/custom/SysWxFanStatisticsMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysWxFanStatisticsMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysWxFanStatisticsMapper.xml index 7c3cf6ec2..ad26d163d 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysWxFanStatisticsMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysWxFanStatisticsMapper.xml @@ -62,6 +62,7 @@ where swfs.del_flag = 0 and swfs.fan_time = #{fanTime} and su.user_id = #{userId} + and swd.account_id = #{accountId}