| .vs/PolicyControl/FileContentIndex/38bcb322-498b-4d31-ae00-a86beb0906ad.vsidx | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| .vs/PolicyControl/FileContentIndex/5e6cfeea-caca-4a4d-8f84-1754bb6373e6.vsidx | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| .vs/PolicyControl/FileContentIndex/6c8460c3-9804-4bbc-a78b-0578aabdf329.vsidx | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| GasolineBlend.BLL/GasolineBlend.BLL.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| GasolineBlend.DAL/GasolineBlend.DAL.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| GasolineBlend.Entity/GasolineBlend.Entity.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| GasolineBlend/Controllers/SubsidyDataController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| GasolineBlend/GasolineBlend.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.vs/PolicyControl/FileContentIndex/38bcb322-498b-4d31-ae00-a86beb0906ad.vsidxBinary files differ
.vs/PolicyControl/FileContentIndex/5e6cfeea-caca-4a4d-8f84-1754bb6373e6.vsidxBinary files differ
.vs/PolicyControl/FileContentIndex/6c8460c3-9804-4bbc-a78b-0578aabdf329.vsidxBinary files differ
GasolineBlend.BLL/GasolineBlend.BLL.csproj
@@ -127,6 +127,7 @@ <ItemGroup> <Compile Include="AccountBLL.cs" /> <Compile Include="AccountGroupBLL.cs" /> <Compile Include="MindRouterBLL.cs" /> <Compile Include="StockDataBLL.cs" /> <Compile Include="TreeDiagramRecordBLL.cs" /> <Compile Include="CompanyInfoBLL.cs" /> GasolineBlend.DAL/GasolineBlend.DAL.csproj
@@ -85,6 +85,7 @@ <ItemGroup> <Compile Include="AccountDAL.cs" /> <Compile Include="AccountGroupDAL.cs" /> <Compile Include="MindRouterDAL.cs" /> <Compile Include="StockDataDAL.cs" /> <Compile Include="TreeDiagramRecordDAL.cs" /> <Compile Include="CompanyInfoDAL.cs" /> GasolineBlend.Entity/GasolineBlend.Entity.csproj
@@ -47,6 +47,7 @@ <Compile Include="Account.cs" /> <Compile Include="AccountGroup.cs" /> <Compile Include="AccountRecAge.cs" /> <Compile Include="MindRouterPage.cs" /> <Compile Include="StockDataPage.cs" /> <Compile Include="TreeDiagramRecord.cs" /> <Compile Include="CompanyInfo.cs" /> GasolineBlend/Controllers/SubsidyDataController.cs
@@ -152,8 +152,7 @@ { try { //var id = OperatorProvider.Instance.Current.UserId; var id = 1; var id = OperatorProvider.Instance.Current.UserId; if (id == 0) { return Error(message: "账户未登录!请登录后查询", data: "-1"); GasolineBlend/GasolineBlend.csproj
@@ -272,6 +272,7 @@ <Compile Include="App_Start\FilterConfig.cs" /> <Compile Include="App_Start\RouteConfig.cs" /> <Compile Include="App_Start\WebExceptionFilterAttribute.cs" /> <Compile Include="Controllers\MindRouterController.cs" /> <Compile Include="Controllers\StockDataController.cs" /> <Compile Include="Controllers\TreeDiagramRecord.cs" /> <Compile Include="Controllers\CompanyInfoController.cs" />