大屏
This commit is contained in:
@ -39,7 +39,7 @@ public interface DeviceWarnMapper extends BaseMapperX<DeviceWarnDO> {
|
||||
" and d.deleted = false) dn\n" +
|
||||
" on dn.device_sn = di.device_ip\n" +
|
||||
" left join t_dishes ds on ds.id = dn.dishes_id\n" +
|
||||
"where di.carteen_id = #{carteenId}\n" +
|
||||
"where di.carteen_id = #{carteenId} and di.alive = '1' \n" +
|
||||
" and di.deleted = false")
|
||||
List<DeviceInfo> getDeviceInfo(@Param("carteenId") Long carteenId);
|
||||
}
|
Reference in New Issue
Block a user