Commit 1b49ef44 authored by 吴春's avatar 吴春

提交多次出库成本未累加的问题

parent 86962f9a
......@@ -98,10 +98,10 @@ namespace Property.Repository.Mall
{
builder.Append($" AND a.{nameof(RB_WarehouseOut_GoodsDetail.MallBaseId)}={query.MallBaseId}");
}
if (query.ApplyId > 0)
{
builder.Append($" AND a.{nameof(RB_WarehouseOut_GoodsDetail.ApplyId)}={query.ApplyId}");
}
//if (query.ApplyId > 0)
//{
// builder.Append($" AND a.{nameof(RB_WarehouseOut_GoodsDetail.ApplyId)}={query.ApplyId}");
//}
if (!string.IsNullOrWhiteSpace(orderGoodsId))
{
builder.Append($" AND a.{nameof(RB_WarehouseOut_GoodsDetail.OrderGoodsId)} in ({orderGoodsId})");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment