#
Junjie
2023-12-21 24d684de6602ce1b142e5be01d9e5b357df32799
zy-asrs-common/src/main/java/com/zy/asrs/common/utils/TreeUtils.java
@@ -2,7 +2,7 @@
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.zy.asrs.common.wms.entity.Tag;
import com.zy.asrs.common.wms.service.ManTagService;
import com.zy.asrs.common.wms.service.TagService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Component;
@@ -17,7 +17,7 @@
public class TreeUtils {
    @Autowired
    private ManTagService tagService;
    private TagService tagService;
    /******************************** 归类树 *********************************/