コード例 #1
0
ファイル: GroupBuyingBP.cs プロジェクト: sanlonezhang/ql
 private static void SyncGroupBuyingSellCount(ProductGroupBuyingEntity entity)
 {
     if (entity.GroupBuyingTypeSysNo != 6 && entity.RequestSysNo > 0)
     {
         GroupBuyingDA.SyncGroupBuyingSellCount(entity.RequestSysNo, entity.CurrentSellCount);
     }
 }