设备分享2
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user