username@email.com
2024-10-29 18a8fab394f764e5b30c48c8e0d6887ef7d44cbf
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)