通讯方式
This commit is contained in:
@ -83,6 +83,7 @@ public class DeviceQueryCriteria extends BaseEntity {
|
||||
|
||||
/**
|
||||
* 通讯方式 0:4G;1:蓝牙
|
||||
* communication_mode
|
||||
*/
|
||||
private Integer communicationMode;
|
||||
|
||||
|
@ -74,6 +74,9 @@
|
||||
<if test="criteria.groupId != null">
|
||||
and d.group_id = #{criteria.groupId}
|
||||
</if>
|
||||
<if test="criteria.communicationMode != null">
|
||||
and t.communication_mode = #{criteria.communicationMode}
|
||||
</if>
|
||||
<if test="criteria.params.beginTime != null and criteria.params.endTime != null">
|
||||
and da.create_time between #{criteria.params.beginTime} and #{criteria.params.endTime}
|
||||
</if>
|
||||
|
Reference in New Issue
Block a user