自动化立体仓库 - WMS系统
luxiaotao1123
2021-06-18 15d69d9f596a7529ce5a8b8d5a38b94e5c50b6b6
src/main/java/com/zy/common/web/BaseController.java
@@ -22,6 +22,8 @@
 */
public class BaseController extends AbstractBaseController {
    protected static final String RANGE_TIME_LINK = " - ";
    @Autowired
    protected HttpServletRequest request;
    @Autowired
@@ -69,7 +71,7 @@
        // 全字段模糊搜索 todo
        if (!Cools.isEmpty(map.get("condition"))) {
            Set<String> columns = new HashSet<>();
            for (Field field :Cools.getAllFields(cls)){
            for (Field field : Cools.getAllFields(cls)){
                if (Modifier.isFinal(field.getModifiers())
                        || Modifier.isStatic(field.getModifiers())
                        || Modifier.isTransient(field.getModifiers())){