|
|
@@ -203,43 +203,43 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration |
|
|
|
string tmplessontime = ""; |
|
|
|
if (item.paike.section == "1") |
|
|
|
{ |
|
|
|
tmplessontime = "08:15-90:00"; |
|
|
|
tmplessontime = "08:05-08:45"; |
|
|
|
} |
|
|
|
if (item.paike.section == "2") |
|
|
|
{ |
|
|
|
tmplessontime = "09:10-09:55"; |
|
|
|
tmplessontime = "08:55-09:35"; |
|
|
|
} |
|
|
|
if (item.paike.section == "3") |
|
|
|
{ |
|
|
|
tmplessontime = "10:20-11:05"; |
|
|
|
tmplessontime = "10:00-10:40"; |
|
|
|
} |
|
|
|
if (item.paike.section == "4") |
|
|
|
{ |
|
|
|
tmplessontime = "11:15-12:00"; |
|
|
|
tmplessontime = "10:50-11:30"; |
|
|
|
} |
|
|
|
if (item.paike.section == "5") |
|
|
|
{ |
|
|
|
tmplessontime = "14:25-15:10"; |
|
|
|
tmplessontime = "11:40-12:20"; |
|
|
|
} |
|
|
|
if (item.paike.section == "6") |
|
|
|
{ |
|
|
|
tmplessontime = "15:20-16:05"; |
|
|
|
tmplessontime = "14:45-15:25"; |
|
|
|
} |
|
|
|
if (item.paike.section == "7") |
|
|
|
{ |
|
|
|
tmplessontime = "16:15-17:00"; |
|
|
|
tmplessontime = "15:35-16:15"; |
|
|
|
} |
|
|
|
if (item.paike.section == "8") |
|
|
|
{ |
|
|
|
tmplessontime = "19:15-20:00"; |
|
|
|
tmplessontime = "16:25-17:15"; |
|
|
|
} |
|
|
|
if (item.paike.section == "9") |
|
|
|
{ |
|
|
|
tmplessontime = "20:15-21:00"; |
|
|
|
tmplessontime = "19:25-20:05"; |
|
|
|
} |
|
|
|
if (item.paike.section == "10") |
|
|
|
{ |
|
|
|
tmplessontime = "21:10-21:50"; |
|
|
|
tmplessontime = "20:20-21:00"; |
|
|
|
} |
|
|
|
var insertData = new ArrangeLessonTermOfElectiveEntity |
|
|
|
{ |
|
|
|