From c65f6a3db0088715fad8884354911d961053f9f6 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 4 Jan 2023 09:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E6=9D=A1=E4=B9=A1=E9=95=87?= =?UTF-8?q?=E8=A1=A5=E8=B4=B4=E5=AF=BC=E5=85=A5=E5=80=BC=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WageSchedule/WageScheduleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/WageSchedule/WageScheduleService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/WageSchedule/WageScheduleService.cs index 8cdfc4f0e..fc76d6aed 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/WageSchedule/WageScheduleService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/WageSchedule/WageScheduleService.cs @@ -401,7 +401,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration RealeState = dr[19].ToDecimalOrNull(), WorkKeep = dr[20].ToDecimalOrNull(), GirlStaffSanitation = dr[21].ToDecimalOrNull(), - TownshipSubsidy = dr[22].ToDecimalOrNull(), + TeacherAndTown = dr[22].ToDecimalOrNull(), HousingAllowance = dr[23].ToDecimalOrNull(), HousingFundAllowance = dr[24].ToDecimalOrNull(), OtherOne = dr[25].ToDecimalOrNull(),