liuying
2024-11-29 b36eddd3731b4e654564d190d199a4f27980fe5d
LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsTask/WmsOperationTaskService.cs
@@ -114,7 +114,7 @@
        {
            throw Oops.Oh($"没有配置 判断齐套 值");
        }
        if (!string.IsNullOrEmpty(sysConfig.Value))
        if (!string.IsNullOrEmpty(sysConfig.Value) && sysConfig.Value!="无")
        {
            throw Oops.Oh($"判断齐套值已经存在值{sysConfig.Value},不允许操作");
        }