소스 검색

Merge branch '娄底高职分支' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 娄底高职分支

娄底高职分支
杨晓琪 2 년 전
부모
커밋
8165f2b8c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuLeaveManagementApi.cs 파일 보기

@@ -101,6 +101,7 @@ namespace Learun.Application.WebApi.Modules
entity.CreateTime = DateTime.Now;
entity.CreateUserId = this.userInfo.userId;
entity.CreateUserName = this.userInfo.realName;
entity.CheckStatus = "0";
stuLeaveManagementBLL.SaveEntity(parameter.keyValue, entity);
return Success("保存成功!");
}


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