Merge branch 'dyf-device' into 6170

This commit is contained in:
2025-11-28 10:17:42 +08:00
3 changed files with 13 additions and 5 deletions

View File

@ -74,6 +74,9 @@
<if test="criteria.onlineStatus != null">
and d.online_status = #{criteria.onlineStatus}
</if>
<if test="criteria.bindingStatus != null">
and d.binding_status = #{criteria.bindingStatus}
</if>
<if test="criteria.groupId != null">
and d.group_id = #{criteria.groupId}
</if>