Commit 03dcf549 authored by 吴春's avatar 吴春

提交代码

parent 7f9c99bc
...@@ -990,7 +990,7 @@ WHERE {where} group by g.Id order by g.CreateDate desc"; ...@@ -990,7 +990,7 @@ WHERE {where} group by g.Id order by g.CreateDate desc";
where += $@" and g.{nameof(RB_Goods_Extend.CarType)}={(int)dmodel.CarType}"; where += $@" and g.{nameof(RB_Goods_Extend.CarType)}={(int)dmodel.CarType}";
if (dmodel.CarType == Common.Enum.Goods.GuideCarGoodsTypeEnum.Line) if (dmodel.CarType == Common.Enum.Goods.GuideCarGoodsTypeEnum.Line)
{ {
if (dmodel.IsSpell > 0) if (dmodel.IsSpell ==1)
{ {
where += $@" and g.{nameof(RB_Goods_Extend.IsSpell)}={dmodel.IsSpell}"; where += $@" and g.{nameof(RB_Goods_Extend.IsSpell)}={dmodel.IsSpell}";
} }
......
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