예제 #1
0
 private static void SyncGroupBuyingSellCount(ProductGroupBuyingEntity entity)
 {
     if (entity.GroupBuyingTypeSysNo != 6 && entity.RequestSysNo > 0)
     {
         GroupBuyingDA.SyncGroupBuyingSellCount(entity.RequestSysNo, entity.CurrentSellCount);
     }
 }