@Select("select * from matrix_app where code = #{code}")
MatrixAppqueryApp(Stringcode);
@ -19,9 +24,6 @@ public interface MatrixAdvRecordMapper extends BaseMapper<MatrixAdvRecord> {
@Insert("insert ignore into matrix_white_device (device_id) values (#{deviceId})")
voidinsertWhiteList(StringdeviceId);
@Select("select device_id from matrix_white_device")
List<String>whiteList();
@Select("select device_id, device_brand, device_name, ip from matrix_adv_record where device_id in (select device_id from matrix_white_device where channel = #{channel}) limit 200")