소스 검색

迎新获取学号长度有误

临城职教中职
ndbs 2 년 전
부모
커밋
b35d67f6e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/StuVolunteer/StuVolunteerService.cs 파일 보기

@@ -339,7 +339,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
{
//当前学年
var year = Common.GetSemesterAndYear().AcademicYearShort.Substring(0, 2);
var StuNo = year + "36442000004";
var StuNo = year + "3642000004";
var maxSql = $"select Max(StuNo) as StuNo from StuVolunteer where StuNo like '{StuNo}%'";
var maxStuNo = this.BaseRepository("CollegeMIS").FindObject(maxSql);
if (maxStuNo == null || string.IsNullOrEmpty(maxStuNo.ToString()))


불러오는 중...
취소
저장