Commit 129e9c96 authored by 黄奎's avatar 黄奎
parents 75429f88 adf8becd
...@@ -122,7 +122,7 @@ namespace Mall.Repository.Product ...@@ -122,7 +122,7 @@ namespace Mall.Repository.Product
where += $@" and o.{nameof(RB_Goods_Order.SmallShopsId)}={dmodel.SmallShopsId}"; where += $@" and o.{nameof(RB_Goods_Order.SmallShopsId)}={dmodel.SmallShopsId}";
} }
if (dmodel.IsSelectPayMoney == 1) { if (dmodel.IsSelectPayMoney == 1) {
where += $@" and o.{nameof(RB_Goods_Order.PaymentTime)} <> null"; where += $@" and o.{nameof(RB_Goods_Order.PaymentTime)} IS NOT NULL";
} }
string sql = $@"SELECT o.*,u.Name as UserName,sshop.`Name` as SmallShopsName FROM rb_goods_order o string sql = $@"SELECT o.*,u.Name as UserName,sshop.`Name` as SmallShopsName FROM rb_goods_order o
......
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