| | |
| | | package com.nanometer.smartlab.controller; |
| | | |
| | | import com.nanometer.smartlab.entity.DangerousEncode; |
| | | import com.nanometer.smartlab.entity.dto.ContainerStatusMngDto; |
| | | import com.nanometer.smartlab.service.DangerousEncodeService; |
| | | import com.nanometer.smartlab.util.Constants; |
| | | import com.nanometer.smartlab.util.FacesUtils; |
| | | import com.nanometer.smartlab.util.IDUtils; |
| | | import org.apache.log4j.Logger; |
| | |
| | | import org.primefaces.model.LazyDataModel; |
| | | import org.primefaces.model.SortOrder; |
| | | import org.springframework.context.annotation.Scope; |
| | | import org.springframework.scheduling.annotation.Async; |
| | | import org.springframework.stereotype.Controller; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | this.setRowCount(pageCount); |
| | | if (pageCount > 0) |
| | | list = dangerousEncodeService.selectAll(dangerousEncodeFilter, isSearch?0:first, pageSize); |
| | | //查询更换模式 |
| | | if (isSearch){ |
| | | isSearch = false; |
| | | } |
| | | |
| | | } catch (Exception e) { |
| | | logger.error("error occured.", e); |
| | | } |