自动化立体仓库 - WMS系统
#
lsh
2024-06-06 da92f60f961b0c6ee5c509de1ca603edaaa85d06
src/main/java/com/zy/asrs/controller/BasJarController.java
@@ -15,6 +15,7 @@
import com.core.common.Cools;
import com.core.common.R;
import com.zy.common.web.BaseController;
import com.zy.system.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -125,7 +126,7 @@
    }
    @PostMapping("/table/jar/state")
    @ManagerAuth(memo = "JAR信息表")
//    @ManagerAuth(memo = "JAR信息表")
    public R jarStateTable(){
        List<JarStateTableVo> list = new ArrayList<>();
        List<BasJar> jars = basJarService.selectList(new EntityWrapper<BasJar>().orderBy("jar_no"));