自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-30 e28f0020df3b7b7c5fbfc79af99a208d57673401
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())){