Commit 01de4df8 authored by liudong1993's avatar liudong1993

1

parent a42127ca
......@@ -151,7 +151,7 @@ namespace Mall.Repository.Product
}
else {
//默认查询
where += $@" and o.{nameof(RB_Goods_Order.OrderEduType)} <>1";
where += $@" and o.{nameof(RB_Goods_Order.OrderEduType)} =0";
}
......
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