1
This commit is contained in:
parent
f5091e1225
commit
8487e02edf
@ -127,6 +127,11 @@ namespace Learun.Application.Web.AppApi
|
||||
{
|
||||
List<BOMTagInfo> allTagsInThisGroup = group.ToList();
|
||||
var GroupName = group.Key.Group; //A-ABC, 正常情况下A是system,放下面;B是tag,放上面
|
||||
if (!GroupName.Contains("-"))
|
||||
{
|
||||
|
||||
continue;
|
||||
}
|
||||
var upper_text_Part1 = GroupName.Split('-')[1];//ABC
|
||||
var upper_text_Part2 = "";//seq
|
||||
#region seq的不同情况
|
||||
|
@ -127,10 +127,10 @@ namespace SWS.Commons
|
||||
{
|
||||
if (string.IsNullOrEmpty(_LocalFileDirectory))
|
||||
{
|
||||
string path = Environment.ExpandEnvironmentVariables(@"%USERPROFILE%\AppData\Roaming\SWS\Config.ini");
|
||||
string path = configPath;
|
||||
FileIniDataParser parser = new FileIniDataParser();
|
||||
var data = parser.ReadFile(path);
|
||||
_LocalFileDirectory = data["Profile"]["Directory"];
|
||||
_LocalFileDirectory = data["Profile"]["strLocalWorkDir"];
|
||||
return _LocalFileDirectory;
|
||||
}
|
||||
else
|
||||
|
6
newFront/c#前端/SWS.Service/SWS.Service.csproj.user
Normal file
6
newFront/c#前端/SWS.Service/SWS.Service.csproj.user
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user