|
@@ -761,6 +761,7 @@ public class BiSnapshotApplication : IBiSnapshotApplication, IScopeDependency
|
|
|
}, true);
|
|
|
}
|
|
|
|
|
|
+ [ExportExcel("随手拍重办统计")]
|
|
|
public List<Dictionary<string, object>> GetReTransactStatistics(ReTransactStatisticsInDto dto)
|
|
|
{
|
|
|
var rawData = _orderSnapshotRepository.Queryable(includeDeleted: true)
|
|
@@ -826,6 +827,7 @@ public class BiSnapshotApplication : IBiSnapshotApplication, IScopeDependency
|
|
|
return pivotResult;
|
|
|
}
|
|
|
|
|
|
+ [ExportExcel("随手拍重办统计")]
|
|
|
public ISugarQueryable<ReTransactStatisticsDetailsOutDto> GetReTransactStatisticsDetail(ReTransactStatisticsDetailsInDto dto)
|
|
|
{
|
|
|
var query = _orderSnapshotRepository.Queryable(includeDeleted: true)
|