| | |
| | | import com.zy.system.service.UserLoginService; |
| | | import com.zy.system.service.UserService; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | |
| | | /** |
| | | * Created by vincent on 2019-09-09 |
| | | */ |
| | | @Slf4j |
| | | public class BaseController extends AbstractBaseController { |
| | | |
| | | protected static final String RANGE_TIME_LINK = " - "; |
| | |
| | | column = field.getName(); |
| | | } |
| | | if (!set.contains(column)) { |
| | | if(Cools.eq(column,"pakinTime")){ |
| | | continue; |
| | | } |
| | | columns.add(column); |
| | | } |
| | | } |