进粉统计优化

Merge pull request  from 德仔/xzj
This commit is contained in:
德仔 2021-02-25 09:02:30 +08:00 committed by Gitee
commit a793e1dbee

@ -62,6 +62,7 @@
where swfs.del_flag = 0
<if test="fanTime != null ">and swfs.fan_time = #{fanTime}</if>
<if test="userId != null">and su.user_id = #{userId}</if>
<if test="accountId != null">and swd.account_id = #{accountId}</if>
</select>