Commit 8dd23dfb authored by 黄奎's avatar 黄奎

页面修改

parent cb811e3a
......@@ -571,7 +571,7 @@ where {where} group by g.Id order by {orderBy}";
}
if (!string.IsNullOrEmpty(dmodel.StoresIds))
{
where += $@" and locate('{dmodel.StoresIds}',g.{nameof(RB_Goods_Extend.StoresIds)})";
where += $@" and locate(',{dmodel.StoresIds},', CONCAT(',',g.{nameof(RB_Goods_Extend.StoresIds)},',') )";
}
if (!string.IsNullOrEmpty(dmodel.Name))
{
......
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