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}