luanhui 8 years ago
parent
commit
3914fb141f
3 changed files with 3 additions and 12 deletions
  1. +1
    -11
      B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj
  2. +1
    -0
      B3QingDaoWanFu/B3QingDaoWanFu.csproj
  3. +1
    -1
      B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs

+ 1
- 11
B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj View File

@ -66,14 +66,6 @@
<HintPath>D:\BwpB3Project\tsref\Debug\B3ProduceUnitedInfos.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="B3Sale, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\B3Sale.dll</HintPath>
</Reference>
<Reference Include="B3Sale.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\B3Sale.Web.dll</HintPath>
</Reference>
<Reference Include="B3UnitedInfos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>D:\BwpB3Project\tsref\Debug\B3UnitedInfos.dll</HintPath>
@ -141,9 +133,7 @@
<Compile Include="DFGridReportPage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Pages\B3QingDaoWanFu\Overlays\SaleOutStoreEdit_Ext.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Pages\B3QingDaoWanFu\Overlays\SaleOutStoreEdit_Ext.cs" />
<Compile Include="Pages\B3QingDaoWanFu\Overlays\StatPayAnalyse_Ext.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>


+ 1
- 0
B3QingDaoWanFu/B3QingDaoWanFu.csproj View File

@ -129,6 +129,7 @@
<Compile Include="BLActions\SaleForecastBLAction.cs" />
<Compile Include="DataPatchs\StatPaySetBillNeedValue20171123.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TypeIOCs\SaleOutStoreBLTypeIoc.cs" />
<Compile Include="TypeIOCs\StatPayBLTypeIoc.cs" />
<Compile Include="Utils\WanFuOnlineConfig.cs" />
</ItemGroup>


+ 1
- 1
B3QingDaoWanFu/TypeIOCs/SaleOutStoreBLTypeIoc.cs View File

@ -48,7 +48,7 @@ namespace BWP.B3QingDaoWanFu.TypeIOCs
query.AddBillStateCondition(bill);
query.Where.Conditions.Add(DQCondition.EQ(detail, "AccountingUnit_ID",dmo.AccountingUnit_ID));
query.Where.Conditions.Add(DQCondition.LessThanOrEqual(bill, "StartPriceDate", dmo.LoadTime));
query.OrderBy.Expressions.Add(DQOrderByExpression.Create(bill,"ID",true));
query.Columns.Add(DQSelectColumn.Field("ID",bill));
query.Range=SelectRange.Top(1);


Loading…
Cancel
Save