自动化立体仓库 - WMS系统
zyx
2024-03-01 fe7247af6af58cbc8ea2526e8aa4eedaf545de6c
src/main/java/com/zy/common/web/BaseController.java
@@ -16,6 +16,7 @@
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;
@@ -26,6 +27,7 @@
/**
 * Created by vincent on 2019-09-09
 */
@Slf4j
public class BaseController extends AbstractBaseController {
    protected static final String RANGE_TIME_LINK = " - ";
@@ -169,6 +171,9 @@
                column = field.getName();
            }
            if (!set.contains(column)) {
                if(Cools.eq(column,"pakinTime")){
                    continue;
                }
                columns.add(column);
            }
        }