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