设备分享2

This commit is contained in:
2025-09-09 10:29:51 +08:00
parent 040e44984e
commit 5e3307d2b0
7 changed files with 418 additions and 15 deletions

View File

@ -74,7 +74,7 @@
<if test="bo.shareUser != null">
and u.user_name = #{bo.shareUser}
</if>
<if test="criteria.shareStartTime != null and criteria.hareEndTime != null">
<if test="bo.shareStartTime != null and bo.hareEndTime != null">
and ad.create_time between #{bo.shareStartTime} and #{bo.shareEndTime}
</if>
</where>