CoreCms.Net.Repository/Good/CoreCmsGoodsRepository.cs
@@ -1749,6 +1749,9 @@ weight = pd.weight, initialSales = good.initialSales, areaCode = good.areaCode, publisherId= good.publisherId, auditStatus = good.auditStatus, }) .With(SqlWith.NoLock) .MergeTable() @@ -1794,6 +1797,8 @@ points = pd.points, weight = pd.weight, initialSales = good.initialSales, publisherId= good.publisherId, auditStatus= good.auditStatus, }) .MergeTable() .Where(predicate)