ソースを参照

【修改】生成学生年度缴费完善;

西昌分支
dyy 1ヶ月前
コミット
1c1a2179b2
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs

+ 6
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/ReceiveSendFeeManagement/FinaChargeStuYear/FinaChargeStuYearService.cs ファイルの表示

@@ -365,7 +365,12 @@ namespace Learun.Application.TwoDevelopment.ReceiveSendFeeManagement
db.Insert(finaChargeStuYearItem);
}
if (oldFinaChargeStuYearItemList.Where(m => m.FSYId == oldFinaChargeStuYearEntity.FSYId).Sum(m => m.SJAmount) > 0)
oldFinaChargeStuYearEntity.PayFeeStatus = 4;
{
if (needinsertchargeitem.Any())
{
oldFinaChargeStuYearEntity.PayFeeStatus = 4;
}
}
else
{
oldFinaChargeStuYearEntity.PayFeeStatus = 0;


読み込み中…
キャンセル
保存