111
zc
7 天以前 7a4807cdd779c5f243c312b5869dd78b678998a0
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/MainService.java
@@ -2429,7 +2429,7 @@
        if (Objects.isNull(locSts)) {
            return R.error("数据错误,未找到对应工作状态!!");
        }
        if (!params.getType().equals("loc")) {
        if (params.getType().equals("loc")) {
            Loc loc = locService.getOne(new LambdaQueryWrapper<Loc>().eq(Loc::getLocNo, params.getCode()));
            if (Objects.isNull(loc)) {
                return R.error("库位信息不存在!!");