|
@ -848,7 +848,7 @@ namespace BBWY.Server.Business |
|
|
|
|
|
|
|
|
var waitPayOrderList = fsql.Select<WaitPayOrder>().Where(wo => shopIds.Contains(wo.ShopId.Value)).ToList(); |
|
|
var waitPayOrderList = fsql.Select<WaitPayOrder>().Where(wo => shopIds.Contains(wo.ShopId.Value)).ToList(); |
|
|
if (waitPayOrderList.Count() == 0) |
|
|
if (waitPayOrderList.Count() == 0) |
|
|
return; |
|
|
return; |
|
|
|
|
|
|
|
|
foreach (var shop in shopList) |
|
|
foreach (var shop in shopList) |
|
|
{ |
|
|
{ |
|
|