|
|
@@ -244,10 +244,10 @@ namespace Learun.Application.TwoDevelopment.ReceiveSendFeeManagement |
|
|
|
db.Insert(finaChargeStuYear); |
|
|
|
} |
|
|
|
} |
|
|
|
db.Commit(); |
|
|
|
//更新学生缴费总表 |
|
|
|
db.ExecuteBySql("update FinaChargeStudent set FSBlance=(select sum(isnull([FSBlance],0)) from [dbo].[FinaChargeStuYear] where StuNo='" + stuitem.StuNo + "') where StuNo='" + stuitem.StuNo + "'"); |
|
|
|
} |
|
|
|
db.Commit(); |
|
|
|
BaseRepository("CollegeMIS").ExecuteBySql("update FinaChargeStudent set FSBlance=(select sum(isnull([FSBlance],0)) from [dbo].[FinaChargeStuYear] where StuNo='" + stuitem.StuNo + "') where StuNo='" + stuitem.StuNo + "'");} |
|
|
|
|
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|