From 597399726303f4f6f41b0a55d8dcaa153f49b97a Mon Sep 17 00:00:00 2001 From: yzh <snbbt@21cn.com> Date: 星期四, 19 五月 2022 14:57:33 +0800 Subject: [PATCH] 账号信息增加是否自动返还 系统账号信息增加:用户类型 客户信息增加:归属客户经理、归属业务员、归属客服人员、归属财务等 客户账号查询优化 账号查询充值优化 --- web/web/App_Data/PublishProfiles/PushWeb.pubxml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/web/App_Data/PublishProfiles/PushWeb.pubxml b/web/web/App_Data/PublishProfiles/PushWeb.pubxml index e6e31d6..30b9415 100644 --- a/web/web/App_Data/PublishProfiles/PushWeb.pubxml +++ b/web/web/App_Data/PublishProfiles/PushWeb.pubxml @@ -4,13 +4,13 @@ --> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> - <DeleteExistingFiles>False</DeleteExistingFiles> + <DeleteExistingFiles>True</DeleteExistingFiles> <ExcludeApp_Data>False</ExcludeApp_Data> <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> <LastUsedPlatform>Any CPU</LastUsedPlatform> <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> <PublishProvider>FileSystem</PublishProvider> - <PublishUrl>bin\Release\Publish</PublishUrl> + <PublishUrl>D:\WebIIS</PublishUrl> <WebPublishMethod>FileSystem</WebPublishMethod> <SiteUrlToLaunchAfterPublish /> <PrecompileBeforePublish>True</PrecompileBeforePublish> -- Gitblit v1.9.1