进粉统计优化

This commit is contained in:
xiezhijun
2021-02-24 23:51:21 +08:00
parent fe20d020b1
commit 4df7ab0665

View File

@ -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>