Browse Source

整理文档

updatebug
shanji 2 years ago
parent
commit
33191dbbe3
  1. 2
      BBWYB.Client/Views/Order/OrderList.xaml
  2. 2
      BBWYB.Server.Business/Order/OrderBusiness.cs
  3. 6088
      doc/.back_bbwyB端库/bbwyB端库-backup-2023513012817.pdma.json
  4. 6105
      doc/.back_bbwyB端库/bbwyB端库-backup-2023513012826.pdma.json
  5. 6051
      doc/.back_bbwyB端库/bbwyB端库-backup-2023513014549.pdma.json
  6. 6105
      doc/bbwyB端库.pdma.json

2
BBWYB.Client/Views/Order/OrderList.xaml

@ -91,7 +91,7 @@
<LineBreak/> <LineBreak/>
<Run Text="店铺"/> <Run Text="店铺"/>
</TextBlock> </TextBlock>
<c:BTextBox Width="150" Margin="5,0,0,0" Text="{Binding SearchSourceShopName}" WaterRemark="精确匹配"/> <c:BTextBox Width="150" Margin="5,0,0,0" Text="{Binding SearchSourceShopName}" WaterRemark="模糊匹配"/>
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0"> <TextBlock VerticalAlignment="Center" Margin="5,0,0,0">
<Run Text="下单"/> <Run Text="下单"/>
<LineBreak/> <LineBreak/>

2
BBWYB.Server.Business/Order/OrderBusiness.cs

@ -56,7 +56,7 @@ namespace BBWYB.Server.Business
.WhereIf(request.StartDate != null, (o, ocs, oct) => o.StartTime >= request.StartDate) .WhereIf(request.StartDate != null, (o, ocs, oct) => o.StartTime >= request.StartDate)
.WhereIf(request.EndDate != null, (o, ocs, oct) => o.StartTime <= request.EndDate) .WhereIf(request.EndDate != null, (o, ocs, oct) => o.StartTime <= request.EndDate)
.WhereIf(!string.IsNullOrEmpty(request.ClientOrderId), (o, ocs, oct) => o.ClientOrderId == request.ClientOrderId) .WhereIf(!string.IsNullOrEmpty(request.ClientOrderId), (o, ocs, oct) => o.ClientOrderId == request.ClientOrderId)
.WhereIf(!string.IsNullOrEmpty(request.SourceShopName), (o, ocs, oct) => o.SourceShopName == request.SourceShopName) .WhereIf(!string.IsNullOrEmpty(request.SourceShopName), (o, ocs, oct) => o.SourceShopName.Contains(request.SourceShopName))
.WhereIf(!string.IsNullOrEmpty(request.SourceSku), (o, ocs, oct) => o.SourceSku.Contains(request.SourceSku)); .WhereIf(!string.IsNullOrEmpty(request.SourceSku), (o, ocs, oct) => o.SourceSku.Contains(request.SourceSku));
} }

6088
doc/.back_bbwyB端库/bbwyB端库-backup-2023513012817.pdma.json

File diff suppressed because one or more lines are too long

6105
doc/.back_bbwyB端库/bbwyB端库-backup-2023513012826.pdma.json

File diff suppressed because one or more lines are too long

6051
doc/.back_bbwyB端库/bbwyB端库-backup-2023513014549.pdma.json

File diff suppressed because one or more lines are too long

6105
doc/bbwyB端库.pdma.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save