进粉统计优化
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user